module MongoMapper::Options
Public Instance Methods
filter_attributes()
click to toggle source
@api public
# File lib/mongo_mapper/options.rb, line 9 def filter_attributes @filter_attributes || [] end
filter_attributes=(attributes)
click to toggle source
@api public
# File lib/mongo_mapper/options.rb, line 4 def filter_attributes=(attributes) @filter_attributes = attributes end