Ignore exception with null session
This commit is contained in:
parent
ca7b1e3de2
commit
6faad25f2d
|
@ -1,5 +1,5 @@
|
|||
class ApplicationController < ActionController::Base
|
||||
protect_from_forgery with: :exception
|
||||
protect_from_forgery
|
||||
|
||||
helper_method :format_time, :format_date
|
||||
|
||||
|
|
Loading…
Reference in New Issue