Sha256: d2480ed2246a3a4de9492eb36e12f637ba7f01c0e252377daba2efba36a1276d
Contents?: true
Size: 192 Bytes
Versions: 1
Compression:
Stored size: 192 Bytes
Contents
class Position < ActiveRecord::Base self.primary_key = "record_id" has_many :specificities, :foreign_key => 'position_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/position.rb |