Sha256: 2193bc485fde58671dd74d1e32f8a5fdc57739f02299d170b121318d27ddf314
Contents?: true
Size: 173 Bytes
Versions: 3
Compression:
Stored size: 173 Bytes
Contents
module MongoidForums class Rank include Mongoid::Document field :members, type: Array, default: [] field :admin, type: Boolean, default: false end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mongoid-forums-0.0.3 | app/models/mongoid_forums/rank.rb |
mongoid-forums-0.0.2 | app/models/mongoid_forums/rank.rb |
mongoid-forums-0.0.1 | app/models/mongoid_forums/rank.rb |