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