Module: G5PromRails::RefreshingExporter

Defined in:
lib/g5_prom_rails/refreshing_exporter.rb

Instance Method Summary collapse

Instance Method Details

#respond_with(format) ⇒ Object



2
3
4
5
# 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