class ActiveRecord::DuplicateMigrationVersionError
:nodoc:
def initialize(version = nil)
def initialize(version = nil) if version super("Multiple migrations have the version number #{version}.") else super("Duplicate migration version error.") end end