# File lib/action_view/helpers/form_tag_helper.rb, line 132 def label_tag(name, text = nil, options = {}) content_tag :label, text || name.to_s.humanize, { "for" => sanitize_to_id(name) }.update(options.stringify_keys) end