module

Lucky::FormHelpers

Inherits Habitat::SettingsHelpers < Habitat::TempConfig

Constants

HABITAT_SETTINGS = [{decl: include_csrf_tag : Bool = true, example: nil, validation: nil}] of Nil

Class methods

configure
Source
settings
Source

Instance methods

form_for(route : Lucky::RouteHelper, attrs : Array(Symbol) = [] of Symbol, **html_options, &) : Nil
Source
form_for(route action : Lucky::Action.class, attrs : Array(Symbol) = [] of Symbol, **html_options, &) : Nil
Source
form_method(route) : String
Source
settings
Source
submit(text : String, attrs : Array(Symbol) = [] of Symbol, **html_options) : Nil
Source

Nested types