Fix redirect after session timeout

This commit is contained in:
Martin Lensment 2014-12-19 17:23:36 +02:00
parent 3b1e632ab7
commit c15b4d48b9
2 changed files with 2 additions and 6 deletions

View file

@ -1,3 +1,4 @@
class AdminController < ApplicationController
before_action :authenticate_user!
check_authorization
end