method
check_record_limit!
v4.0.2 -
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. The method will take limits in the form of symbols, procs, and number-like objects (anything that can be compared with an integer).
Will raise an TooManyRecords error if the attributes_collection is larger than the limit.