Sha256: 5b1b1243df1d2a78249788203ba492e8b804e959e4de1d3d3a5b0f8a5355b793
Contents?: true
Size: 698 Bytes
Versions: 1
Compression:
Stored size: 698 Bytes
Contents
json.extract! organization, :id, :name, :soa_enabled, :payment_restriction, :account_frozen, :financial_year_end_month #, :current_support_plan # json.show_new_db_features !!organization.get_meta_data(:show_new_db_features) # if organization.support_plan # json.custom_training_credits organization.support_plan.custom_training_credits # end # json.bootstrap_tasks do # json.app_launched (@organization.app_instances.count > 0) # json.credit_card_details @organization.credit_card? # json.data_uploaded !!@organization.get_meta_data(:data_uploaded) # json.colleagues_invited (@organization.orga_invites.count > 0) # json.connec_promo !!@organization.get_meta_data(:connec_promo) # 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/organizations/_organization.json.jbuilder |