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

- old
+ new

@@ -1,5 +1,5 @@ -class Comment < ActiveRecord::Base - belongs_to :person, :polymorphic => true - belongs_to :article -end - +class Comment < ActiveRecord::Base + belongs_to :person, :polymorphic => true + belongs_to :article +end +