Class: Sunrise::SharedController

Inherits:
ApplicationController show all
Defined in:
app/controllers/sunrise/shared_controller.rb

Instance Method Summary collapse

Instance Method Details

#servicesObject



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