Exception: MongoMapper::AccessibleOrProtected

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

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ AccessibleOrProtected

Returns a new instance of AccessibleOrProtected.



29
30
31
# File 'lib/mongo_mapper/exceptions.rb', line 29

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