Sha256: 5d99683c0df50622f4a782cecd811bc3bad5933f1e51494ec08f1ea4d0a9168f
Contents?: true
Size: 313 Bytes
Versions: 15
Compression:
Stored size: 313 Bytes
Contents
require 'blacklight' module Blacklight module Gallery class Engine < Rails::Engine initializer 'blacklight_gallery.importmap', before: 'importmap' do |app| app.config.importmap.paths << Engine.root.join('config/importmap.rb') if app.config.respond_to?(:importmap) end end end end
Version data entries
15 entries across 15 versions & 2 rubygems