Class: Peoplefinder::OrgController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Peoplefinder::OrgController
- Defined in:
- app/controllers/peoplefinder/org_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
3 4 5 |
# File 'app/controllers/peoplefinder/org_controller.rb', line 3 def show render json: GroupHierarchy.new(Group.department).to_hash end |