Sha256: bd20de62e9e6b8485d7a7fe0056de5b04981e3266116842406931065b50934cd
Contents?: true
Size: 189 Bytes
Versions: 3
Compression:
Stored size: 189 Bytes
Contents
module Pickdate class Engine < ::Rails::Engine initializer 'pickdate.load_static_assets' do |app| app.middleware.use ::ActionDispatch::Static, "#{root}/vendor" end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
pickdate-0.1.1 | lib/pickdate/engine.rb |
pickdate-0.1.0 | lib/pickdate/engine.rb |
pickdate-0.0.1 | lib/pickdate/engine.rb |