|
|
|
@ -41,7 +41,7 @@ class UsersController < ApplicationController
|
|
|
|
|
:activity_score_index, :influence_score_index, :score_index,:show_new_score, :topic_new_score_index, :project_new_score_index,
|
|
|
|
|
:activity_new_score_index, :influence_new_score_index, :score_new_index,:user_projects_index]
|
|
|
|
|
before_filter :auth_user_extension, only: :show
|
|
|
|
|
before_filter :rest_user_score, only: :show
|
|
|
|
|
#before_filter :rest_user_score, only: :show
|
|
|
|
|
#before_filter :select_entry, only: :user_projects
|
|
|
|
|
accept_api_auth :index, :show, :create, :update, :destroy,:tag_save , :tag_saveEx
|
|
|
|
|
|
|
|
|
|