There's no documentation for this item.
Source Code
# File action_controller/routing.rb, line 325 def inflections_with_route_reloading(&block) returning(inflections_without_route_reloading(&block)) { ActionController::Routing::Routes.reload! if block_given? } end
<code/>and<pre/>for code samples.