class ActiveRecord::IllegalMigrationNameError

:nodoc:

def initialize(name)

:nodoc:
def initialize(name)
  super("Illegal name for migration file: #{name}\n\t(only lower case letters, numbers, and '_' allowed)")
end