Top Level Namespace
Defined Under Namespace
Modules: ApiBelongsTo, Ros Classes: ApplicationDoc, EndpointGenerator, TenantPolicy, TenantResource, TenantsController, TenantsDoc
Instance Method Summary collapse
-
#ab ⇒ Object
“[#PryRails::Prompt.project_name][#PryRails::Prompt.formatted_env][#Apartment::Tenant.current] ” .
Instance Method Details
#ab ⇒ Object
“[#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 |