lib/rasti/form/errors.rb in rasti-form-3.1.1 vs lib/rasti/form/errors.rb in rasti-form-3.1.2
- old
+ new
@@ -57,11 +57,9 @@
errors.each do |key, value|
lines << "- #{key}: #{value}"
end
- lines << scope.inspect
-
lines.join("\n")
end
end
\ No newline at end of file