Sha256: 8dfff8bd1a5e50cf2e8d92bed38b3d9fe331d500e58bee3b5b7de38539173f36
Contents?: true
Size: 278 Bytes
Versions: 5
Compression:
Stored size: 278 Bytes
Contents
module VoightKampff class Engine < Rails::Engine rake_tasks do load 'tasks/voight_kampff.rake' end initializer :add_voight_kampff_methods do |app| ActionDispatch::Request.class_eval do include VoightKampff::Methods end end end end
Version data entries
5 entries across 5 versions & 1 rubygems