Module: Peegee::Quoting
Instance Method Summary collapse
Instance Method Details
#quoted_columns_for_index(column_name) ⇒ Object
5 6 7 |
# File 'lib/peegee/quoting.rb', line 5 def quoted_columns_for_index(column_name) PGconn.quote_ident(column_name.to_s) end |