Initial commit
This commit is contained in:
8
app/models/employer.rb
Normal file
8
app/models/employer.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
class Employer < ApplicationRecord
|
||||
include Recentable
|
||||
|
||||
has_many :subscriptions
|
||||
|
||||
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user