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