lib/rf_footer/notes.rb in rf_footer-1.4.0 vs lib/rf_footer/notes.rb in rf_footer-1.5.0
- old
+ new
@@ -1,6 +1,10 @@
module RfFooter
class Notes
+ def self.to_hash
+ { revision: DeploymentInfo.revision, environment: DeploymentInfo.environment }
+ end
+
def self.print
<<-HTML
<style type="text/css">
#rf-footer { margin-top: 20px; color: #767676; text-align: center; }
#revision { font-style: italic; }