Skip to content

Commit 008f523

Browse files
author
Gustavo Villa
committed
Remove abbreviation.
1 parent 9806b90 commit 008f523

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)