Class: Healthy::RevisionDeployed

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

Instance Method Summary collapse

Instance Method Details

#infoObject



7
8
9
10
11
# File 'lib/healthy/revision_deployed.rb', line 7

def info
  File.read("#{RAILS_ROOT}/REVISION")
rescue
  'Unkown'
end

#nameObject



3
4
5
# File 'lib/healthy/revision_deployed.rb', line 3

def name
  'Subversion Revision'
end