Top Level Namespace

Defined Under Namespace

Modules: ApiBelongsTo, Ros Classes: ApplicationDoc, EndpointGenerator, TenantPolicy, TenantResource, TenantsController, TenantsDoc

Instance Method Summary collapse

Instance Method Details

#abObject

“[#PryRails::Prompt.project_name][#PryRails::Prompt.formatted_env][#Apartment::Tenant.current] ” \



7
8
9
10
11
# File 'lib/ros/core/console.rb', line 7

def ab
  Apartment::Tenant.current
rescue ActiveRecord::ConnectionNotEstablished
  'n/a'
end