module HairTrigger::Migrator::ProperTableNameWithHashAwarenessSupport

Public Instance Methods

proper_table_name(*args) click to toggle source
Calls superclass method
# 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