class Lucky::ProtectFromForgery::HabitatSettings
Defined in:
lucky/protect_from_forgery.crClass Method Summary
- .allow_forgery_protection : Bool
- .allow_forgery_protection=(value : Bool)
-
.allow_forgery_protection?
Used for checking missing settings on non-nilable types It's advised to use allow_forgery_protection in your apps to ensure the propper type is checked.
-
.to_h
Generates a hash using the provided values
Class Method Detail
def self.allow_forgery_protection?
#
Used for checking missing settings on non-nilable types It's advised to use allow_forgery_protection in your apps to ensure the propper type is checked.