Indicates whether the routes should be optimised with the string interpolation version of the named routes methods.
Source Code
# File action_controller/routing/route.rb, line 15 def optimise? @optimise && ActionController::Base::optimise_named_routes end
<code/>and<pre/>for code samples.