Module: ApplicationHelper::DeploymentInfo

Included in:
ApplicationHelper
Defined in:
app/helpers/application_helper.rb

Overview

rubocop:todo Style/Documentation

Instance Method Summary collapse

Instance Method Details

#version_informationObject



14
15
16
17
# File 'app/helpers/application_helper.rb', line 14

def version_information
  # Provides a quick means of checking the deployed version
  Deployed::VERSION_STRING
end