FIX: You can click to see your own PMs from flags

Also refactors post action users to be a new object type since they can
have `post_url` which is not a field of a `User`
This commit is contained in:
Robin Ward
2015-09-30 12:28:13 -04:00
parent 97fbf09259
commit 33e58c0587
10 changed files with 80 additions and 71 deletions

View File

@ -365,6 +365,7 @@ Discourse::Application.routes.draw do
get "excerpt" => "excerpt#show"
resources :post_action_users
resources :post_actions do
collection do
get "users"