Flowdock
method

with_controllers

Importance_0
v2.0.3 - Show latest stable - 0 notes - Class: ActionController::Routing
with_controllers(names) 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 292
      def with_controllers(names)
        prior_controllers = @possible_controllers
        use_controllers! names
        yield
      ensure
        use_controllers! prior_controllers
      end
Register or log in to add new notes.