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:
parent
d71301e406
commit
cf91bca0cd
12 changed files with 110 additions and 74 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue