Sha256: cefb4e22faf872daa29225d2b84ef8ebe4ba9e662691db934ea49bfa17eff06d
Contents?: true
Size: 671 Bytes
Versions: 4
Compression:
Stored size: 671 Bytes
Contents
json.extract! organization, :id, :name, :soa_enabled, :payment_restriction, :account_frozen #, :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
4 entries across 4 versions & 1 rubygems