Module: RequestMigrations::Controller::Migrations

Extended by:
ActiveSupport::Concern
Defined in:
lib/request_migrations/controller.rb

Overview

Migrations is controller middleware that automatically applies migrations.

Examples:

class ApplicationController < ActionController::API
  include RequestMigrations::Controller::Migrations
end

Raises: