app.kluk.fr/app/models/mode.rb
Christophe Robillard 417e22836b add image for mode
2026-04-06 10:56:50 +02:00

4 lines
80 B
Ruby

class Mode < ApplicationRecord
belongs_to :user
has_one_attached :image
end