Class: ActionController::Base
- Inherits:
-
Object
- Object
- ActionController::Base
- Defined in:
- lib/gricer/action_controller/track.rb
Overview
Gricer’s extensions to ActionController::Base
Class Method Summary collapse
-
.gricer_track_requests(options = {}) ⇒ Object
Add this to your controllers to track requests for it.
Class Method Details
.gricer_track_requests(options = {}) ⇒ Object
Add this to your controllers to track requests for it. param options [Hash] Options that may be added in future.
132 133 134 |
# File 'lib/gricer/action_controller/track.rb', line 132 def self.gricer_track_requests( = {}) include Gricer::ActionController::Tracker end |