method
boolean_attribute
boolean_attribute(options, attribute)
private
Hide source
# File actionpack/lib/action_view/helpers/tag_helper.rb, line 93 def boolean_attribute(options, attribute) options[attribute] ? options[attribute] = attribute : options.delete(attribute) end


