Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check for more important filters skipped with blacklist #268

Merged
merged 2 commits into from Feb 20, 2013

Conversation

presidentbeef
Copy link
Owner

Per #199, checks for login_required, authenticate_user!, and login_required skipped with a black list (:except):

skip_before_filter :authenticate_user!, :except => :really_important_stuff

@oreoshake
Copy link
Contributor

🍷

presidentbeef added a commit that referenced this pull request Feb 20, 2013
Check for more important filters skipped with blacklist
@presidentbeef presidentbeef merged commit 770ad73 into master Feb 20, 2013
Repository owner locked and limited conversation to collaborators Feb 16, 2016
@presidentbeef presidentbeef deleted the more_skip_filters branch July 22, 2016 19:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants