method

column_name_matcher

rails latest stable - Class: ActiveRecord::ConnectionAdapters::Quoting::ClassMethods

Method not available on this version

This method is only available on newer versions. The first available version (v7.2.3) is shown here.

column_name_matcher()
public

Regexp for column names (with or without a table name prefix). Matches the following:

"#{table_name}.#{column_name}"
"#{column_name}"