# File lib/action_controller/metal/responder.rb, line 212
    def resourceful?
      resource.respond_to?("to_#{format}")
    end