Method: Rails::Configuration#controller_paths
- Defined in:
- lib/initializer.rb
#controller_paths ⇒ Object
The list of paths that should be searched for controllers. (Defaults to app/controllers and components.)
535 536 537 |
# File 'lib/initializer.rb', line 535 def controller_paths @controller_paths end |