module HairTrigger::Migrator::ProperTableNameWithHashAwarenessSupport
Public Instance Methods
Source
# 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
Calls superclass method