Exception: MongoMapper::AccessibleOrProtected

Inherits:
Error
  • Object
show all
Defined in:
lib/mongo_mapper/exceptions.rb

Instance Method Summary (collapse)

Constructor Details

- (AccessibleOrProtected) initialize(name)

A new instance of AccessibleOrProtected



26
27
28
# File 'lib/mongo_mapper/exceptions.rb', line 26

def initialize(name)
  super("Declare either attr_protected or attr_accessible for #{name}, but not both.")
end