public Method

RouteSet.builder

Subclasses and plugins may override this method to specify a different RouteBuilder instance, so that other route DSL’s can be created.

Source Code

# File action_controller/routing/route_set.rb, line 203
def builder
  @builder ||= RouteBuilder.new
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.