class

ActionController::MiddlewareStack

v3.2.8 - Show latest stable - Superclass: Array

Extend ActionDispatch middleware stack to make it aware of options allowing the following syntax in controllers:

class PostsController < ApplicationController
  use AuthenticationMiddleware, :except => [:index, :show]
end

Files

  • actionpack/lib/action_controller/metal.rb

Nested classes and modules