method

column_name_matcher

column_name_matcher()
public

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

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