Class: ApplicationController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/application_controller.rb

Direct Known Subclasses

OverviewController

Instance Method Summary collapse

Instance Method Details

#current_tenantObject

Tenancy



9
10
11
# File 'app/controllers/application_controller.rb', line 9

def current_tenant
  current_user.tenant
end