method

action

Importance_1
v7.1.3.4 - Show latest stable - 0 notes - Class: ClassMethods
action(name, &block) public

Defines an action that can resolve the error.

class PendingMigrationError < MigrationError
  include ActiveSupport::ActionableError

  action "Run pending migrations" do
    ActiveRecord::Tasks::DatabaseTasks.migrate
  end
end
Show source
Register or log in to add new notes.