Sha256: 84f31938c08262975987c16f5db8ee288fcdfbf6cfe1d17871feeb73415e3564
Contents?: true
Size: 219 Bytes
Versions: 3
Compression:
Stored size: 219 Bytes
Contents
module Notable class Engine < ::Rails::Engine isolate_namespace Notable initializer "notable" do |app| app.config.middleware.insert_after RequestStore::Middleware, Notable::Middleware end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
notable-0.0.3 | lib/notable/engine.rb |
notable-0.0.2 | lib/notable/engine.rb |
notable-0.0.1 | lib/notable/engine.rb |