# File lib/action_view/helpers/active_record_helper.rb, line 21 def input(record_name, method, options = {}) InstanceTag.new(record_name, method, self).to_tag(options) end