module JasperHelpers::Links
Direct including types
Defined in:
jasper_helpers/links.crInstance Method Summary
- #button_to(body : String, url : String, method : Symbol = :post)
- #button_to(body : String, url : String, method : Symbol = :post, &)
- #button_to(body : String, url : String, method : Symbol = :post, **options : Object)
- #button_to(body : String, url : String, method : Symbol = :post, **options : Object, &)
- #link_to(body : String, url : String)
- #link_to(body : String, url : String, **options : Object)
- #link_to(url : String, &)
- #link_to(url : String, **options : Object, &)
Instance Method Detail
def button_to(body : String, url : String, method : Symbol = :post, **options : Object)
#
def button_to(body : String, url : String, method : Symbol = :post, **options : Object, &)
#