method

error_message_on

error_message_on(method, *args)
public

No documentation available.

# File actionpack/lib/action_view/helpers/form_helper.rb, line 786
      def error_message_on(method, *args)
        @template.error_message_on(@object, method, *args)
      end