Sha256: 0023f014a76f28ecf2dab462c7ae9b0fa3a96499c28a87f99897fa6e20734f29
Contents?: true
Size: 148 Bytes
Versions: 67
Compression:
Stored size: 148 Bytes
Contents
class Employee < ActiveRecord::Base belongs_to :department, :foreign_key => [:department_id, :location_id] has_many :comments, :as => :person end
Version data entries
67 entries across 67 versions & 5 rubygems