Namespace
Methods
A
E
S
Included Modules
Instance Public methods
app()
# File actionpack/test/dispatch/prefix_generation_test.rb, line 140
def app
  RailsApplication
end
app_object()
# File actionpack/test/dispatch/prefix_generation_test.rb, line 148
def app_object
  @app_object ||= AppObject.new
end
engine_object()
# File actionpack/test/dispatch/prefix_generation_test.rb, line 144
def engine_object
  @engine_object ||= EngineObject.new
end
setup()
# File actionpack/test/dispatch/prefix_generation_test.rb, line 152
def setup
  RailsApplication.routes.default_url_options = {}
end