Sha256: b16233c4f7fb280fbddd210e4c635dc1f05eff3964eb52340bb58de2f99f0508
Contents?: true
Size: 206 Bytes
Versions: 1
Compression:
Stored size: 206 Bytes
Contents
class Classification < ActiveRecord::Base self.primary_key = "record_id" has_many :specificities, :foreign_key => 'classifications_key' has_many :modifications, :through => :specificities end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
active_unimod_generator-0.1.0 | app/models/classification.rb |