Flowdock
method

check_record_limit!

Importance_1
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.

Show source
Register or log in to add new notes.