Sha256: b932a253ec3d167b5c9e7dacf5b19f87bd3a0022e0f85536c10f4f64f54eca5f

Contents?: true

Size: 620 Bytes

Versions: 30

Compression:

Stored size: 620 Bytes

Contents

json.organization do
  json.partial! 'organization', organization: @organization
  json.members @organization.members, partial: 'member', as: :member, organization: @organization
end

json.current_user do
  json.partial! 'current_user', user: current_user, organization: @organization
end

if current_user.role(@organization) == 'Super Admin'
  json.partial! 'billing', organization: @organization
  json.partial! 'invoices', organization: @organization
  json.partial! 'credit_card', credit_card: @organization.credit_card
  #json.partial! 'arrears', arrears_situations: @organization.arrears_situations.in_progress
end

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
mno-enterprise-api-3.4.0 app/views/mno_enterprise/jpi/v1/organizations/show.json.jbuilder
mno-enterprise-api-3.3.3 app/views/mno_enterprise/jpi/v1/organizations/show.json.jbuilder
mno-enterprise-api-3.3.2 app/views/mno_enterprise/jpi/v1/organizations/show.json.jbuilder
mno-enterprise-api-3.2.1 app/views/mno_enterprise/jpi/v1/organizations/show.json.jbuilder
mno-enterprise-api-3.3.1 app/views/mno_enterprise/jpi/v1/organizations/show.json.jbuilder
mno-enterprise-api-3.3.0 app/views/mno_enterprise/jpi/v1/organizations/show.json.jbuilder
mno-enterprise-api-3.2.0 app/views/mno_enterprise/jpi/v1/organizations/show.json.jbuilder
mno-enterprise-api-3.1.4 app/views/mno_enterprise/jpi/v1/organizations/show.json.jbuilder
mno-enterprise-api-3.0.7 app/views/mno_enterprise/jpi/v1/organizations/show.json.jbuilder
mno-enterprise-api-2.0.9 app/views/mno_enterprise/jpi/v1/organizations/show.json.jbuilder
mno-enterprise-api-3.1.3 app/views/mno_enterprise/jpi/v1/organizations/show.json.jbuilder
mno-enterprise-api-3.0.6 app/views/mno_enterprise/jpi/v1/organizations/show.json.jbuilder
mno-enterprise-api-2.0.8 app/views/mno_enterprise/jpi/v1/organizations/show.json.jbuilder
mno-enterprise-api-3.1.2 app/views/mno_enterprise/jpi/v1/organizations/show.json.jbuilder
mno-enterprise-api-3.0.5 app/views/mno_enterprise/jpi/v1/organizations/show.json.jbuilder
mno-enterprise-api-2.0.7 app/views/mno_enterprise/jpi/v1/organizations/show.json.jbuilder
mno-enterprise-api-2.0.6 app/views/mno_enterprise/jpi/v1/organizations/show.json.jbuilder
mno-enterprise-api-2.0.5 app/views/mno_enterprise/jpi/v1/organizations/show.json.jbuilder
mno-enterprise-api-3.1.1 app/views/mno_enterprise/jpi/v1/organizations/show.json.jbuilder
mno-enterprise-api-3.0.4 app/views/mno_enterprise/jpi/v1/organizations/show.json.jbuilder