# File lib/ramaze/helper/form.rb, line 120 def form_errors_from_model(obj) obj.errors.each do |key, value| form_error(key, value.first % key) end end