Module: Headers

Extended by:
ActiveSupport::Concern
Included in:
ApplicationController, SignIn::ApplicationController, SignIn::ServiceAccountApplicationController
Defined in:
app/controllers/concerns/headers.rb

Instance Method Summary collapse

Instance Method Details

#set_app_info_headersObject



8
9
10
11
# File 'app/controllers/concerns/headers.rb', line 8

def set_app_info_headers
  headers['X-Git-SHA'] = AppInfo::GIT_REVISION
  headers['X-GitHub-Repository'] = AppInfo::GITHUB_URL
end