Method: Orbit::Controller.path
- Defined in:
- lib/orbit/controller.rb
.path(path) ⇒ Object
48 49 50 51 |
# File 'lib/orbit/controller.rb', line 48 def self.path(path) @base_path ||= superclass != Orbit::Controller ? superclass.base_path : '' @base_path += path end |