module AlphabeticalSchema::SchemaDumperPatch
Public Class Methods
new(*)
click to toggle source
Calls superclass method
# File lib/alphabetical_schema.rb, line 13 def initialize(*) super @connection = ::AlphabeticalSchema::SortedConnection.new(@connection) end