BUGFIX: 404 on /users/:user/private-messages

This commit is contained in:
Régis Hanol 2014-05-12 12:02:32 +02:00
parent b018b4ad18
commit cf40851905
1 changed files with 4 additions and 0 deletions

View File

@ -25,4 +25,8 @@ class UserActionsController < ApplicationController
render json: UserAction.stream_item(params[:id], guardian)
end
def private_messages
# DO NOT REMOVE
end
end