test/fixtures/comment.rb in composite_primary_keys-11.0.0.rc1 vs test/fixtures/comment.rb in composite_primary_keys-11.0.0.rc2

- old
+ new

@@ -1,7 +1,7 @@ -class Comment < ActiveRecord::Base - belongs_to :person, :polymorphic => true - belongs_to :hack - - enum :shown => [ :true, :false ] -end - +class Comment < ActiveRecord::Base + belongs_to :person, :polymorphic => true + belongs_to :hack + + enum :shown => [ :true, :false ] +end +