module ActiverecordCoveringIndex::SchemaDumper
Private Instance Methods
index_parts(index)
click to toggle source
Calls superclass method
# File lib/activerecord-covering-index/schema_dumper.rb, line 7 def index_parts(index) index_parts = super index_parts << "include: #{index.include.inspect}" if index.include.present? index_parts end