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