# File lib/ramaze/helper/blue_form.rb, line 95 def form_errors if respond_to?(:flash) flash[:form_errors] ||= {} else @form_errors ||= {} end end