Sha256: daeb63842583cabf9ae7345a522b48fce38b5b2e14af501720cf5992cffc0566
Contents?: true
Size: 205 Bytes
Versions: 2
Compression:
Stored size: 205 Bytes
Contents
module Whoops class Engine < Rails::Engine initializer "static assets" do |app| app.middleware.use ::ActionDispatch::Static, File.expand_path("../../../app/assets", __FILE__) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
whoops-0.2.1 | lib/whoops/engine.rb |
whoops-0.2 | lib/whoops/engine.rb |