Class: InterfaceController

Inherits:
ApplicationController show all
Includes:
ApplicationHelper
Defined in:
app/controllers/interface_controller.rb

Instance Method Summary collapse

Methods included from AuthentificationHelper

#accessible_company_ids_from_tenant_and_user, #application_mode_from_hostname, #current_company_id_from_accessible_company_ids, #current_tenant_from_user, #current_user_and_locale_from_token

Instance Method Details

#record_namesObject



7
8
9
# File 'app/controllers/interface_controller.rb', line 7

def record_names
  render json: ActiveRecord::Base.connection.tables
end