Module: Noa::Core::BaseHelper

Defined in:
app/helpers/noa/core/base_helper.rb

Instance Method Summary collapse

Instance Method Details

#noa_application_nameObject



4
5
6
7
# File 'app/helpers/noa/core/base_helper.rb', line 4

def noa_application_name
  I18n.t("noa.application.name", 
    default: Noa::Core::Configuration.application_name)
end

#noa_core_versionObject



9
10
11
# File 'app/helpers/noa/core/base_helper.rb', line 9

def noa_core_version
  Noa::Core::VERSION
end

#noa_versionObject



13
14
15
# File 'app/helpers/noa/core/base_helper.rb', line 13

def noa_version
  noa_core_version
end