Skip to content

Commit

Permalink
Removes field names from Sal3 validation messages
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreben committed Apr 11, 2018
1 parent d9047bf commit 998bb6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/sal3_batch_requests_batches/new.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div id="error-explanation">
<ul>
<% @sal3_batch_requests_batch.errors.messages.values.each do |msg| %>
<li><%= msg %></li>
<li><%= msg.join %></li>
<% end %>
</ul>
</div>
Expand Down

0 comments on commit 998bb6f

Please sign in to comment.