method
extract_attribute_names_from_match
extract_attribute_names_from_match(match)
private
Hide source
# File activerecord/lib/active_record/base.rb, line 1687 def extract_attribute_names_from_match(match) match.captures.last.split('_and_') end

