class TestUrlGeneration::WithMountPoint

Constants

APP
Routes

Public Instance Methods

_routes() click to toggle source
# File actionpack/test/dispatch/url_generation_test.rb, line 27
def _routes
  Routes
end
app() click to toggle source
# File actionpack/test/dispatch/url_generation_test.rb, line 31
def app
  APP
end