fixes change show that error messages display and the broken auth tests are not failing. Basically in Rails 4 each error messages name value is no longer a symbol but a string

This commit is contained in:
cktricky
2015-07-03 12:10:58 -04:00
parent 5945b4956d
commit f6f3af918a
@@ -1,4 +1,5 @@
<% flash.each do |name, msg| %>
<% name = name.to_sym %>
<% if name == :error %>
<div class="alert alert-error">
<a class="close" data-dismiss="alert" href="#">×</a>