Exception: ActiveRecord::MigrationError

Inherits:
ActiveRecordError show all
Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activerecord-7.0.4/lib/active_record/migration.rb

Overview

:nodoc:

Instance Method Summary collapse

Constructor Details

#initialize(message = nil) ⇒ MigrationError

Returns a new instance of MigrationError.



13
14
15
16
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activerecord-7.0.4/lib/active_record/migration.rb', line 13

def initialize(message = nil)
  message = "\n\n#{message}\n\n" if message
  super
end