class ActionPack::URLForIntegrationTest

Constants

Mapping
Model

Attributes

controller[RW]
routes[R]

Public Instance Methods

setup() click to toggle source
# File actionpack/test/controller/url_for_integration_test.rb, line 72
def setup
  @routes = make_set false
  @routes.draw(&Mapping)
end