Exception: BigRecord::IllegalMigrationNameError

Inherits:
BigRecordError show all
Defined in:
lib/big_record/migration.rb

Overview

:nodoc:

Instance Method Summary

Constructor Details

- (IllegalMigrationNameError) initialize(name)

A new instance of IllegalMigrationNameError



26
27
28
# File 'lib/big_record/migration.rb', line 26

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