Skip to content

Commit bddb10b

Browse files
authored
Changing form_method to a public method. (#1915)
* Changing form_method to a public method. Ref #1824 * crystal tool format brought in changes
1 parent fafdc3d commit bddb10b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lucky/tags/form_helpers.cr

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module Lucky::FormHelpers
2121
input attrs, merge_options(html_options, {"type" => "submit", "value" => text})
2222
end
2323

24-
private def form_method(route) : String
24+
def form_method(route) : String
2525
if route.method == :get
2626
"get"
2727
else

0 commit comments

Comments
 (0)