Skip to content
Snippets Groups Projects

POC: Render the user profile tabs in Vue Router

Closed Shane Maglangit requested to merge 497477-encapsulate-vue-profile-tabs-in-vue-router into master
Files
3
@@ -28,7 +28,7 @@ class UsersController < ApplicationController
@@ -28,7 +28,7 @@ class UsersController < ApplicationController
before_action only: [:exists] do
before_action only: [:exists] do
check_rate_limit!(:username_exists, scope: request.ip)
check_rate_limit!(:username_exists, scope: request.ip)
end
end
before_action only: [:show, :activity, :groups, :projects, :contributed, :starred, :snippets, :followers, :following] do
before_action only: [:show] do
push_frontend_feature_flag(:profile_tabs_vue, current_user)
push_frontend_feature_flag(:profile_tabs_vue, current_user)
end
end
Loading