spec/models/group.rb in mongoid_follow-0.0.2 vs spec/models/group.rb in mongoid_follow-0.1.0
- old
+ new
@@ -1,4 +1,6 @@
class Group
include Mongoid::Document
include Mongoid::Followee
+
+ field :name
end
\ No newline at end of file
- old
+ new