method

boolean_tag_option

rails latest stable - Class: ActionView::Helpers

Method not available on this version

This method is only available on newer versions. The first available version (v7.2.3) is shown here.

boolean_tag_option(key)
public

No documentation available.

# File actionview/lib/action_view/helpers/tag_helper.rb, line 303
        def boolean_tag_option(key)
          %(#{key}="#{key}")
        end