Flowdock
method

inflections_with_route_reloading

Importance_0
v2.0.3 - Show latest stable - 0 notes - Class: ActionController::Routing
inflections_with_route_reloading(&block) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_controller/routing.rb, line 1492
      def inflections_with_route_reloading(&block)
        returning(inflections_without_route_reloading(&block)) {
          ActionController::Routing::Routes.reload! if block_given?
        }
      end
Register or log in to add new notes.