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