Flowdock
method

boolean_attribute

Importance_0
v1.0.0 - Show latest stable - 0 notes - Class: ActionView::Helpers::TagHelper
boolean_attribute(options, attribute) private

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/tag_helper.rb, line 45
        def boolean_attribute(options, attribute)
          options[attribute] ? options[attribute] = attribute : options.delete(attribute)
        end
Register or log in to add new notes.