4 lines
58 B
Ruby
4 lines
58 B
Ruby
|
class Feedback < ApplicationRecord
|
||
|
belongs_to :user
|
||
|
end
|