BUGFIX: 404 on /users/:user/private-messages
This commit is contained in:
parent
b018b4ad18
commit
cf40851905
|
@ -25,4 +25,8 @@ class UserActionsController < ApplicationController
|
|||
render json: UserAction.stream_item(params[:id], guardian)
|
||||
end
|
||||
|
||||
def private_messages
|
||||
# DO NOT REMOVE
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue