got to be careful with integrity specs

This commit is contained in:
Sam
2016-11-29 18:01:09 +11:00
parent 266322ce2e
commit b8dc58be90
3 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@ class UserActionsController < ApplicationController
if user.id == guardian.user.try(:id)
help_key += ".self"
else
help_key += ".other"
help_key += ".others"
end
render json: {
user_action: [],