Class: ReportsKit::BaseController

Inherits:
ActionController::Base
  • Object
show all
Includes:
NormalizedParams
Defined in:
lib/reports_kit/base_controller.rb

Direct Known Subclasses

FiltersController, ReportsController

Instance Method Summary collapse

Methods included from NormalizedParams

#context_params, #report_key, #report_params

Instance Method Details

#context_recordObject

This is intentionally public to allow external code to access it



6
7
8
# File 'lib/reports_kit/base_controller.rb', line 6

def context_record
  ReportsKit.configuration.context_record(self)
end