# File lib/rails-extjs-direct/rack/remoting_provider.rb, line 8
    def initialize(app, rpath)
        if app.kind_of?(String)
          @controllers = {}
          @type = app
        else
          @app = app
        end
        @router_path = rpath
    end