Sha256: f9c1cc82473b6c0121a97b984da834dc9c8ae3e5e9c3f15b31a71a3c0021d007
Contents?: true
Size: 294 Bytes
Versions: 37
Compression:
Stored size: 294 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
37 entries across 37 versions & 5 rubygems