method
check_record_limit!
v6.1.3.1 -
Show latest stable
- Class:
ActiveRecord::NestedAttributes
check_record_limit!(limit, attributes_collection)private
Takes in a limit and checks if the attributes_collection has too many records. It accepts limit in the form of symbol, proc, or number-like object (anything that can be compared with an integer).
Raises TooManyRecords error if the attributes_collection is larger than the limit.