You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# * <tt>:null_session</tt> - Provides an empty session during request but doesn't reset it completely. Used as default if <tt>:with</tt> option is not specified.
131
+
#
132
+
# You can also implement custom strategy classes for unverified request handling:
133
+
#
134
+
# class CustomStrategy
135
+
# def initialize(controller)
136
+
# @controller = controller
137
+
# end
138
+
#
139
+
# def handle_unverified_request
140
+
# # Custom behaviour for unverfied request
141
+
# end
142
+
# end
143
+
#
144
+
# class ApplicationController < ActionController:x:Base
0 commit comments