Module: HairTrigger::Migrator::ProperTableNameWithHashAwarenessSupport

Defined in:
lib/hair_trigger/migrator.rb

Instance Method Summary collapse

Instance Method Details

#proper_table_name(*args) ⇒ Object



5
6
7
8
9
# File 'lib/hair_trigger/migrator.rb', line 5

def proper_table_name(*args)
  name = args.first
  return name if name.is_a?(Hash)
  super
end