Sha256: 08a48b95db85424c6345f1e3b3ad2cd3dc88e1c60c05825c21cd8faccede5a0d
Contents?: true
Size: 343 Bytes
Versions: 1
Compression:
Stored size: 343 Bytes
Contents
class Specificity < ActiveRecord::Base set_table_name "specificity" self.primary_key = "record_id" has_many :spec2nls, :foreign_key => 'spec_key' belongs_to :modification, :foreign_key => 'mod_key' belongs_to :position, :foreign_key => 'position_key' belongs_to :classification, :foreign_key => 'classifications_key' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
active_unimod_generator-0.1.0 | app/models/specificity.rb |