# File lib/ramaze/helper/form.rb, line 118
      def form_error(name, message)
        form_errors[name.to_s] = message.to_s
      end