method

tag_generate_errors?

tag_generate_errors?(options)
private

No documentation available.

# File actionview/lib/action_view/helpers/active_model_helper.rb, line 49
        def tag_generate_errors?(options)
          options["type"] != "hidden"
        end