Exception: BigRecord::DuplicateMigrationNameError

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

Overview

:nodoc:

Instance Method Summary

Constructor Details

- (DuplicateMigrationNameError) initialize(name)

A new instance of DuplicateMigrationNameError



14
15
16
# File 'lib/big_record/migration.rb', line 14

def initialize(name)
  super("Multiple migrations have the name #{name}")
end