3 lines
54 B
Ruby
3 lines
54 B
Ruby
class Work < ApplicationRecord
|
|
belongs_to :homie
|
|
end |
class Work < ApplicationRecord
|
|
belongs_to :homie
|
|
end |