Class: ActionController::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/sasha.rb

Instance Method Summary collapse

Instance Method Details

#set_git_sha_headerObject



14
15
16
# File 'lib/sasha.rb', line 14

def set_git_sha_header
  headers['X-Git-SHA'] = Sasha::Git.current_sha
end