Files
rails/actionpack/lib/action_controller
José Valim c3be207ee8 Add :only and :except to controllers MiddlewareStack. This allows
you to do the following:

  class PostsController < ApplicationController
    use AutheMiddleware, :except => [:index, :show]
  end
2010-06-03 23:32:10 +10:00
..
2010-03-30 14:05:42 -05:00
2010-03-08 16:50:00 -08:00
2010-04-05 02:51:26 -07:00