Sha256: 76e13bf252555d450e1a4547c26b2384eef3e2da3b751b131413925f820c7583
Contents?: true
Size: 254 Bytes
Versions: 3
Compression:
Stored size: 254 Bytes
Contents
module EventCapture # Mountable engine with isolated namespace. class Engine < ::Rails::Engine isolate_namespace EventCapture config.generators do |g| g.test_framework :rspec g.assets false g.helper false end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
event_capture-0.2.0.beta1 | lib/event_capture/engine.rb |
event_capture-0.1.1 | lib/event_capture/engine.rb |
event_capture-0.1.2 | lib/event_capture/engine.rb |