Sha256: 7f152b39e00668aa77bd1b20b9cb790b3b74cd1cb3a259456de6a73e59b73fe1
Contents?: true
Size: 377 Bytes
Versions: 6
Compression:
Stored size: 377 Bytes
Contents
module Madmin class Engine < ::Rails::Engine isolate_namespace Madmin config.before_configuration do |app| app.config.eager_load_paths << File.expand_path("app/madmin/resources", Rails.root) app.config.eager_load_paths << File.expand_path("app/madmin/fields", Rails.root) end config.to_prepare do Madmin.reset_resources! end end end
Version data entries
6 entries across 6 versions & 1 rubygems