method

convert_booleans

rails latest stable - Class: ActionView::Helpers::TagHelper

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1.2.6) is shown here.

convert_booleans(options)
private

No documentation available.

# File actionpack/lib/action_view/helpers/tag_helper.rb, line 88
        def convert_booleans(options)
          %w( disabled readonly multiple ).each { |a| boolean_attribute(options, a) }
          options
        end