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