We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fafdc3d commit bddb10bCopy full SHA for bddb10b
src/lucky/tags/form_helpers.cr
@@ -21,7 +21,7 @@ module Lucky::FormHelpers
21
input attrs, merge_options(html_options, {"type" => "submit", "value" => text})
22
end
23
24
- private def form_method(route) : String
+ def form_method(route) : String
25
if route.method == :get
26
"get"
27
else
0 commit comments