# 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