test/fixtures/street.rb in composite_primary_keys-13.0.1 vs test/fixtures/street.rb in composite_primary_keys-13.0.2

- 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