method
extract_options_from_args!
v1.0.0 -
Show latest stable
- Class:
ActiveRecord::Base
extract_options_from_args!(args)protected
No documentation available.
# File activerecord/lib/active_record/base.rb, line 1162
def extract_options_from_args!(args)
options = args.last.is_a?(Hash) ? args.pop : {}
validate_find_options(options)
options
end