class Object

Public Instance Methods

ab() click to toggle source

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

# File lib/ros/core/console.rb, line 7
def ab
  Apartment::Tenant.current
rescue ActiveRecord::ConnectionNotEstablished
  'n/a'
end