method
draw
v2.2.1 -
Show latest stable
- Class:
ActionController::Routing::RouteSet
draw()public
No documentation available.
# File actionpack/lib/action_controller/routing/route_set.rb, line 209
def draw
clear!
yield Mapper.new(self)
install_helpers
end