Class: Peoplefinder::OrgController

Inherits:
ApplicationController show all
Defined in:
app/controllers/peoplefinder/org_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



3
4
5
# File 'app/controllers/peoplefinder/org_controller.rb', line 3

def show
  render json: GroupHierarchy.new(Group.department).to_hash
end