spec/models/user.rb in mongoid_follow-0.0.2 vs spec/models/user.rb in mongoid_follow-0.1.0
- old
+ new
@@ -1,5 +1,7 @@
class User
include Mongoid::Document
include Mongoid::Followee
include Mongoid::Follower
+
+ field :name
end
\ No newline at end of file