diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 9344c99ea..8f9f73705 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -59,6 +59,8 @@ Rails.application.routes.draw do member do get :context + get :reblogged_by + get :favourited_by post :reblog post :unreblog |