module Noa module Core module BaseHelper def noa_application_name I18n.t("noa.application.name", default: Noa::Core::Configuration.application_name) end def noa_core_version Noa::Core::VERSION end def noa_version noa_core_version end end end end