app.kluk.fr/app/models/mood.rb
2026-04-06 10:56:50 +02:00

4 lines
73 B
Ruby

class Mood < ApplicationRecord
belongs_to :user
belongs_to :mode
end