about summary refs log tree commit diff
path: root/config/routes.rb
diff options
context:
space:
mode:
authorYamagishi Kazutoshi <ykzts@desire.sh>2017-07-19 11:59:04 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-07-19 04:59:04 +0200
commit716f4cb11c0a1cafd4def7beeba5c938abe56fc5 (patch)
tree39fc660ad10318fc4b2ec88c3a9b752d0a3e3001 /config/routes.rb
parenta5a07da8926589647160ac642a8e082bbeca4451 (diff)
Add feature to revoke sessions (#4259)
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 60234a9e6..2aa89f16d 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -74,6 +74,8 @@ Rails.application.routes.draw do
 
     resource :follower_domains, only: [:show, :update]
     resource :delete, only: [:show, :destroy]
+
+    resources :sessions, only: [:destroy]
   end
 
   resources :media, only: [:show]