method

extract_attribute_names_from_match

extract_attribute_names_from_match(match)
private

No documentation available.

# File activerecord/lib/active_record/base.rb, line 999
        def extract_attribute_names_from_match(match)
          match.captures.last.split('_and_')
        end