class ActiveRecord::SchemaDumper
def ignored?(table_name)
def ignored?(table_name) @ignore_tables.any? do |ignored| ignored === remove_prefix_and_suffix(table_name) end end
def ignored?(table_name) @ignore_tables.any? do |ignored| ignored === remove_prefix_and_suffix(table_name) end end