# File lib/action_controller/helpers.rb, line 179 def helper_attr(*attrs) attrs.flatten.each { |attr| helper_method(attr, "#{attr}=") } end