Sha256: 9a7ae7d5743633f2d3dd9d327e7148ba87c051f107f88a3f239203b3648b8f6b
Contents?: true
Size: 264 Bytes
Versions: 37
Compression:
Stored size: 264 Bytes
Contents
module Rack class Tracker class Railtie < ::Rails::Railtie initializer "rack-tracker.configure_controller" do |app| ActiveSupport.on_load :action_controller do include Rack::Tracker::Controller end end end end end
Version data entries
37 entries across 37 versions & 1 rubygems