Sha256: c4b64dba1c3de94b20e2d705f5c59502b366fba22a73bbb96aec4312f3296b7e

Contents?: true

Size: 145 Bytes

Versions: 9

Compression:

Stored size: 145 Bytes

Contents

class Post
  include Mongoid::Document
  include Mongoid::Voteable

  voteable self, :up => +1, :down => -1
  
  references_many :comments  
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
voteable_mongoid-0.7.2 spec/models/post.rb
voteable_mongoid-0.7.1 spec/models/post.rb
voteable_mongoid-0.7.0 spec/models/post.rb
voteable_mongoid-0.6.4 spec/models/post.rb
voteable_mongoid-0.6.3 spec/models/post.rb
voteable_mongoid-0.6.2 spec/models/post.rb
voteable_mongoid-0.6.1 spec/models/post.rb
voteable_mongoid-0.6.0 spec/models/post.rb
voteable_mongoid-0.5.0 spec/models/post.rb