Ignore exception with null session

This commit is contained in:
yafeilee 2016-08-13 20:56:18 +08:00
parent ca7b1e3de2
commit 6faad25f2d
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
class ApplicationController < ActionController::Base
protect_from_forgery with: :exception
protect_from_forgery
helper_method :format_time, :format_date