Flowdock
method

error_messages

Importance_0
v2.1.0 - Show latest stable - 0 notes - Class: ActionView::Helpers::FormBuilder
error_messages(options = {}) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_view/helpers/form_helper.rb, line 745
      def error_messages(options = {})
        @template.error_messages_for(@object_name, objectify_options(options))
      end
Register or log in to add new notes.