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

Version Path
peoplefinder-0.1.1 app/controllers/peoplefinder/org_controller.rb
peoplefinder-0.1.0 app/controllers/peoplefinder/org_controller.rb
peoplefinder-0.0.2 app/controllers/peoplefinder/org_controller.rb