diff options
author | Kyle Wiebers <kwiebers@gitlab.com> | 2019-07-25 10:59:31 -0500 |
---|---|---|
committer | Kyle Wiebers <kwiebers@gitlab.com> | 2019-07-26 16:50:45 -0500 |
commit | 03a8f1088fa3f1c76c5b03722c62255ab8ba4cb6 (patch) | |
tree | f7ff93ec3e551b11f46364d74dc3d53b09b002e6 /app/models/concerns/token_authenticatable.rb | |
parent | 2219b140b6873b893a3cac2cae195b929a20f5aa (diff) | |
download | gitlab-ce-03a8f1088fa3f1c76c5b03722c62255ab8ba4cb6.tar.gz |
Update gitlab-styles to add Lint/SafeNavigationWithEmpty54853-update-gitlab-styles
Diffstat (limited to 'app/models/concerns/token_authenticatable.rb')
-rw-r--r-- | app/models/concerns/token_authenticatable.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/models/concerns/token_authenticatable.rb b/app/models/concerns/token_authenticatable.rb index 1293df571a3..4099039dd96 100644 --- a/app/models/concerns/token_authenticatable.rb +++ b/app/models/concerns/token_authenticatable.rb @@ -3,10 +3,8 @@ module TokenAuthenticatable extend ActiveSupport::Concern - private - class_methods do - private # rubocop:disable Lint/UselessAccessModifier + private def add_authentication_token_field(token_field, options = {}) if token_authenticatable_fields.include?(token_field) |