Flowdock
method

quoted_columns

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: SchemaCreation
quoted_columns(o) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/connection_adapters/abstract/schema_creation.rb, line 120
        def quoted_columns(o)
          String === o.columns ? o.columns : quoted_columns_for_index(o.columns, o.column_options)
        end
Register or log in to add new notes.