test/fixtures/street.rb in composite_primary_keys-9.0.10 vs test/fixtures/street.rb in composite_primary_keys-10.0.0

- old
+ new

@@ -1,3 +1,3 @@ -class Street < ActiveRecord::Base - belongs_to :suburb, :foreign_key => [:city_id, :suburb_id] +class Street < ActiveRecord::Base + belongs_to :suburb, :foreign_key => [:city_id, :suburb_id] end \ No newline at end of file