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