Sha256: 268a6ec7f3a879d8c6a8cf3397aa4e8f9f8089f47b81dc964ebde6dafdcc6f66

Contents?: true

Size: 121 Bytes

Versions: 5

Compression:

Stored size: 121 Bytes

Contents

module Kaui
  module ApplicationHelper

    def tenant_selected?
      session[:kb_tenant_id].present?
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
kaui-0.15.0 app/helpers/kaui/application_helper.rb
kaui-0.14.2 app/helpers/kaui/application_helper.rb
kaui-0.14.1 app/helpers/kaui/application_helper.rb
kaui-0.14.0 app/helpers/kaui/application_helper.rb
kaui-0.12.0 app/helpers/kaui/application_helper.rb