instance method
column_name_matcher
Ruby on Rails 6.1.7.10
Since v6.0.6 Last seen in v7.1.6Signature
column_name_matcher()
No documentation comment.
Source
# File activerecord/lib/active_record/connection_adapters/postgresql/quoting.rb, line 87
def column_name_matcher
COLUMN_NAME
end
Defined in activerecord/lib/active_record/connection_adapters/postgresql/quoting.rb line 87
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::ConnectionAdapters::PostgreSQL::Quoting