struct Crumble::Turbo::ActionForm

Defined in:

crumble/turbo/action_form.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(uri_path : String, form : Crumble::Form, *, hidden : Bool = false) #

[View source]

Instance Method Detail

def form : Crumble::Form #

[View source]
def hidden : Bool #

[View source]
def to_html(io, indent_level = 0, &) #

[View source]
def to_html #

[View source]
def to_html(&) #

[View source]
def uri_path : String #

[View source]