Skip to content

skip_before_filter doesn't work #23

@rivsc

Description

@rivsc

Hi,

class ApplicationController < ActionController::Base
  before_filter RubyCAS::Filter
end

class MyController < ApplicationController
skip_before_filter RubyCAS::Filter

def index
# But here before_filter is triggered !
end
end

How to do that ?

Regards,
Rivsc

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions