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