method
format_index_parts
v6.1.3.1 -
Show latest stable
- Class:
ActiveRecord::SchemaDumper
format_index_parts(options)private
No documentation available.
# File activerecord/lib/active_record/schema_dumper.rb, line 280
def format_index_parts(options)
if options.is_a?(Hash)
"{ #{format_options(options)} }"
else
options.inspect
end
end