method
column_name_matcher
v8.1.1 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::Quoting::ClassMethods
column_name_matcher()public
Regexp for column names (with or without a table name prefix). Matches the following:
"#{table_name}.#{column_name}" "#{column_name}"