forgeplus/app/views/projects/user_actions.json.jbuilder

4 lines
146 B
Ruby

json.total_count @user_actions.total_count
json.users do
json.partial! "/projects/list_user_secret", collection: @user_actions, as: :target
end