# File lib/action_view/helpers/active_record_helper.rb, line 20 def input(record_name, method) InstanceTag.new(record_name, method, self).to_tag end