Sha256: 8de41876c14eed898cdf039400ab1658dfce4f796a1d0c2a53558be17d014484

Contents?: true

Size: 147 Bytes

Versions: 3

Compression:

Stored size: 147 Bytes

Contents

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

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
voteable_mongoid-0.4.5 spec/models/post.rb
voteable_mongoid-0.4.4 spec/models/post.rb
voteable_mongoid-0.4.3 spec/models/post.rb