# File lib/mongoid/errors/too_many_nested_attribute_records.rb, line 10 def initialize(association, limit) super( translate( "too_many_nested_attribute_records", { :association => association, :limit => limit } ) ) end