app.kluk.fr/app/models/mood.rb
2026-03-15 19:27:25 +01:00

4 lines
73 B
Ruby

class Mood < ApplicationRecord
belongs_to :user
belongs_to :mode
end