method
new
v3.2.1 -
Show latest stable
- Class:
ActiveRecord::IllegalMigrationNameError
new(name)public
No documentation available.
# File activerecord/lib/active_record/migration.rb, line 30
def initialize(name)
super("Illegal name for migration file: #{name}\n\t(only lower case letters, numbers, and '_' allowed)")
end