class Restrict::Configuration
Attributes
authentication_validation_method[W]
Public Instance Methods
authentication_validation_method()
click to toggle source
# File lib/restrict/configuration.rb, line 5 def authentication_validation_method @authentication_validation_method || :user_signed_in? end