Commit a23144ee authored by Douwe Maan's avatar Douwe Maan

Merge branch 'rails5-before-filter-ee' into 'master'

Rename before_filter to before_action

See merge request gitlab-org/gitlab-ee!7323
parents a083328a 3215f410
class Groups::OmniauthCallbacksController < OmniauthCallbacksController
extend ::Gitlab::Utils::Override
skip_before_filter :verify_authenticity_token, only: [:failure, :group_saml]
skip_before_action :verify_authenticity_token, only: [:failure, :group_saml]
def group_saml
@unauthenticated_group = Group.find_by_full_path(params[:group_id])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment