9 lines
90 B
Ruby
9 lines
90 B
Ruby
|
|
class Employer < ApplicationRecord
|
||
|
|
include Recentable
|
||
|
|
|
||
|
|
has_many :subscriptions
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
end
|