Class: ActionController::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/gricer/action_controller/track.rb

Overview

Gricer’s extensions to ActionController::Base

Class Method Summary collapse

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(options = {})
  include Gricer::ActionController::Tracker
end