Exception: CouchTomato::IllegalMigrationNameError
- Defined in:
- lib/couch_tomato/migrator.rb
Overview
:nodoc:
Instance Method Summary collapse
-
#initialize(name) ⇒ IllegalMigrationNameError
constructor
A new instance of IllegalMigrationNameError.
Constructor Details
#initialize(name) ⇒ IllegalMigrationNameError
Returns a new instance of IllegalMigrationNameError.
24 25 26 |
# File 'lib/couch_tomato/migrator.rb', line 24 def initialize(name) super("Illegal name for migration file: #{name}\n\t(only lower case letters, numbers, and '_' allowed)") end |