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
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.