2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-07 12:02:53 +08:00

FIX: Small actions should show descriptions on the user stream

This commit is contained in:
Robin Ward 2015-07-31 14:22:28 -04:00
parent d71301e406
commit cf91bca0cd
12 changed files with 110 additions and 74 deletions

View file

@ -24,7 +24,7 @@ class UserActionsController < ApplicationController
UserAction.stream(opts)
end
render_serialized(stream, UserActionSerializer, root: "user_actions")
render_serialized(stream, UserActionSerializer, root: 'user_actions')
end
def show