Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
siuying committed Jan 21, 2012
1 parent b8dcc13 commit 3335689
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.rdoc
Expand Up @@ -31,7 +31,6 @@ At your models that represent something that can be recommend (such as _Movie_):

class Movie
include Mongoid::Document
include Coletivo::Models::Person
include Coletivo::Models::Recommendable

# ...
Expand Down
2 changes: 0 additions & 2 deletions test/models_helper.rb
Expand Up @@ -14,7 +14,6 @@ class User
class Movie
include Mongoid::Document
include Mongoid::Timestamps
include Coletivo::Models::Person
include Coletivo::Models::Recommendable

field :name, type: String
Expand All @@ -23,7 +22,6 @@ class Movie
class Actor
include Mongoid::Document
include Mongoid::Timestamps
include Coletivo::Models::Person
include Coletivo::Models::Recommendable

field :name, type: String
Expand Down

0 comments on commit 3335689

Please sign in to comment.