Module: Tablature::SchemaDumper Private
- Defined in:
- lib/tablature/schema_dumper.rb
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
- #tables(stream) ⇒ Object private
Instance Method Details
#tables(stream) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
4 5 6 7 8 9 10 |
# File 'lib/tablature/schema_dumper.rb', line 4 def tables(stream) # Add partitions to the list of ignored tables. ActiveRecord::SchemaDumper.ignore_tables = (ActiveRecord::SchemaDumper.ignore_tables || []) + partitions super end |