app.kluk.fr/app/models/mode.rb
Christophe Robillard 497744d165 add image for mode
2026-03-19 19:04:16 +01:00

4 lines
80 B
Ruby

class Mode < ApplicationRecord
belongs_to :user
has_one_attached :image
end