Skip to content

Commit 1fdbdd9

Browse files
authored
Remove a form_for clause that would crash in runtime (#4)
1 parent ba48065 commit 1fdbdd9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/phoenix_html_helpers/form.ex

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@ defmodule PhoenixHTMLHelpers.Form do
3232
bin |> String.replace("_", " ") |> :string.titlecase()
3333
end
3434

35-
@doc false
36-
def form_for(form_data, action) do
37-
form_for(form_data, action, [])
38-
end
39-
4035
@doc """
4136
Generates a form tag with a form builder and an anonymous function.
4237

0 commit comments

Comments
 (0)