Skip to content

skip_before_filter doesn't work #86

Description

@thiyagarajanth

class ApplicationController < ActionController::Base
before_filter CASClient::Frameworks::Rails::Filter
end

class MyController < ApplicationController
before_filter CASClient::Frameworks::Rails::Filter, :except => :index

def index
# But here before_filter is triggered !
end
end

above code i want to skip the index action but it does't work what to do?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions