Sha256: bcaf631d655103e6669f0094350fecd8c018bc718a2e0b083ff49308303ef788
Contents?: true
Size: 289 Bytes
Versions: 24
Compression:
Stored size: 289 Bytes
Contents
class Suburb < ActiveRecord::Base set_primary_keys :city_id, :suburb_id has_many :streets, :foreign_key => [:city_id, :suburb_id] has_many :first_streets, :foreign_key => [:city_id, :suburb_id], :class_name => 'Street', :conditions => "streets.name = 'First Street'" end
Version data entries
24 entries across 24 versions & 1 rubygems