test/fixtures/reading.rb in composite_primary_keys-8.1.8 vs test/fixtures/reading.rb in composite_primary_keys-9.0.0.beta1

- old
+ new

@@ -1,4 +1,4 @@ -class Reading < ActiveRecord::Base - belongs_to :article - belongs_to :user -end +class Reading < ActiveRecord::Base + belongs_to :article + belongs_to :user +end