FEATURE: remove bookmark button in activity feed

This commit is contained in:
Régis Hanol
2014-05-09 17:49:39 +02:00
parent 9125453628
commit bc3de84ebf
15 changed files with 110 additions and 40 deletions

View File

@ -1,4 +1,5 @@
class UserActionsController < ApplicationController
def index
params.require(:username)
params.permit(:filter, :offset)
@ -24,9 +25,4 @@ class UserActionsController < ApplicationController
render json: UserAction.stream_item(params[:id], guardian)
end
def private_messages
# todo
end
end