Sha256: 25bada0fee5278a1d45dd2ca43d2b226e476de45882e40c5f485b1524103c5ac
Contents?: true
Size: 233 Bytes
Versions: 2
Compression:
Stored size: 233 Bytes
Contents
module MongoMapper module Options # @api public def filter_attributes=(attributes) @filter_attributes = attributes end # @api public def filter_attributes @filter_attributes || [] end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mongo_mapper-0.17.0 | lib/mongo_mapper/options.rb |
mongo_mapper-0.16.0 | lib/mongo_mapper/options.rb |