forked from jasder/forgeplus
5 lines
105 B
Ruby
5 lines
105 B
Ruby
|
class AppliedMessage < ApplicationRecord
|
||
|
belongs_to :user
|
||
|
belongs_to :applied, polymorphic: true
|
||
|
|
||
|
end
|