Class: AbstractAnalyzer::Middleware::Rails::Dash::View

Inherits:
DashAnalyzer::TimeView show all
Defined in:
lib/middleware/rails/dash.rb

Overview

This is where we view them

Instance Attribute Summary

Attributes inherited from View

#collection

Instance Method Summary collapse

Methods inherited from DashAnalyzer::TimeView

#setup_show

Methods inherited from View

#call, #db, get, inherited, to_app

Constructor Details

#initializeView

Returns a new instance of View.



27
28
29
30
# File 'lib/middleware/rails/dash.rb', line 27

def initialize(*)
  super
  #self.collection = 'actionpack-response_time'
end