recruitment/app/models/employee_profile.rb

6 lines
114 B
Ruby
Raw Normal View History

2017-12-21 19:41:50 +00:00
class EmployeeProfile
include Mongoid::Document
include Mongoid::Timestamps
belongs_to :recruit_profile
end