Sha256: 2787e2aae164edd60a93114edaa1a04e26e746b9790c0b92953761f03043b84e
Contents?: true
Size: 295 Bytes
Versions: 1
Compression:
Stored size: 295 Bytes
Contents
json.user do json.partial! 'user', user: @user json.organizations @user_organizations do |org| json.extract! org, :id, :uid, :name, :account_frozen, :created_at end json.clients @user_clients do |org| json.extract! org, :id, :uid, :name, :account_frozen, :created_at end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mno-enterprise-api-3.4.0 | app/views/mno_enterprise/jpi/v1/admin/users/show.json.jbuilder |