I'm having the following string in my application_controller:
before_filter :login_required, :only => [ :edit, :update, :show, :index ]
But in case with :show, I need to put {:controller => 'users', :action => 'show'} in exception. Is it possible to do that?