class TestRoutingMount::AppWithRoutes

Public Class Methods

routes() click to toggle source
# File actionpack/test/dispatch/mount_test.rb, line 10
def self.routes
  @routes ||= ActionDispatch::Routing::RouteSet.new
end