Skip to content

Commit fd0ae3c

Browse files
committed
hash rocket
1 parent 26cae80 commit fd0ae3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/generators/haml/scaffold/templates/_form.html.haml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<% if Rails::VERSION::MAJOR >= 5 && Rails::VERSION::MINOR >= 1 -%>
2-
= form_with model: @<%= singular_table_name %>, local: true do |f|
2+
= form_with :model => @<%= singular_table_name %>, :local => true do |f|
33
<% else -%>
44
= form_for @<%= singular_table_name %> do |f|
55
<% end -%>

0 commit comments

Comments
 (0)