Class: ActiveRecord::SchemaDumper

Inherits:
Object
  • Object
show all
Defined in:
lib/ridgepole/schema_dumper_ext.rb

Instance Method Summary collapse

Instance Method Details

#table_with_logging(table, stream) ⇒ Object



4
5
6
7
8
# File 'lib/ridgepole/schema_dumper_ext.rb', line 4

def table_with_logging(table, stream)
  logger = Ridgepole::Logger.instance
  logger.verbose_info("#   #{table}")
  table_without_logging(table, stream)
end