Sha256: b0ac3cb93978ed1a79f9d17ffc361d9186e603f0efdaed3d4cd18a748bf338a9
Contents?: true
Size: 332 Bytes
Versions: 8
Compression:
Stored size: 332 Bytes
Contents
module Madmin class Engine < ::Rails::Engine initializer "madmin.autoload", before: :set_autoload_paths do |app| app.config.paths.add "app/madmin/resources", eager_load: true app.config.paths.add "app/madmin/fields", eager_load: true end config.to_prepare do Madmin.resources = [] end end end
Version data entries
8 entries across 8 versions & 1 rubygems