Class: Healthy::RevisionDeployed
- Inherits:
-
Object
- Object
- Healthy::RevisionDeployed
- Defined in:
- lib/healthy/revision_deployed.rb
Instance Method Summary collapse
Instance Method Details
#info ⇒ Object
7 8 9 10 11 |
# File 'lib/healthy/revision_deployed.rb', line 7 def info File.read("#{RAILS_ROOT}/REVISION") rescue 'Unkown' end |
#name ⇒ Object
3 4 5 |
# File 'lib/healthy/revision_deployed.rb', line 3 def name 'Subversion Revision' end |