Skip to content

Commit bf77bba

Browse files
authored
Merge pull request #106 from gfvcastro/remove-abbreviation
Remove abbreviation.
2 parents 42924bd + 008f523 commit bf77bba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
#error_explanation
44
%h2= "#{pluralize(@<%= singular_table_name %>.errors.count, "error")} prohibited this <%= singular_table_name %> from being saved:"
55
%ul
6-
- @<%= singular_table_name %>.errors.full_messages.each do |msg|
7-
%li= msg
6+
- @<%= singular_table_name %>.errors.full_messages.each do |message|
7+
%li= message
88
99
<% for attribute in attributes -%>
1010
.field

0 commit comments

Comments
 (0)