Flowdock
method

use_controllers!

Importance_0
v1.2.6 - Show latest stable - 0 notes - Class: ActionController::Routing
use_controllers!(controller_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 306
      def use_controllers!(controller_names)
        @possible_controllers = controller_names
      end
Register or log in to add new notes.