Sha256: f7531790c0aec9084ac2d6340a071c6c7fd69c1c1652436a00d1d93ae88c3993
Contents?: true
Size: 161 Bytes
Versions: 3
Compression:
Stored size: 161 Bytes
Contents
module Peoplefinder class OrgController < ApplicationController def show render json: GroupHierarchy.new(Group.department).to_hash end end end
Version data entries
3 entries across 3 versions & 1 rubygems