Class: Sunrise::SharedController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- ApplicationController
- Sunrise::SharedController
- Defined in:
- app/controllers/sunrise/shared_controller.rb
Instance Method Summary collapse
Instance Method Details
#services ⇒ Object
7 8 9 10 11 |
# File 'app/controllers/sunrise/shared_controller.rb', line 7 def services root = Structure.roots.first @services = root.children respond_with(@services) end |