module G5PromRails::RefreshingExporter
Public Instance Methods
respond_with(format)
click to toggle source
Calls superclass method
# File lib/g5_prom_rails/refreshing_exporter.rb, line 2 def respond_with(format) G5PromRails.refresh_gauges if @path == G5PromRails::PER_APPLICATION_PATH super end