test/fixtures/comment.rb in composite_primary_keys-7.0.9 vs test/fixtures/comment.rb in composite_primary_keys-7.0.10
- old
+ new
@@ -1,5 +1,7 @@
class Comment < ActiveRecord::Base
belongs_to :person, :polymorphic => true
belongs_to :hack
+
+ enum :shown => [ :true, :false ]
end