Sha256: 10ff9c0b974e73feff5612ce71bdac0d91dc8d47f444b8e5c513c2daf757f576
Contents?: true
Size: 526 Bytes
Versions: 12
Compression:
Stored size: 526 Bytes
Contents
module Unirer module Bootstrap class Engine < ::Rails::Engine config.autoload_paths += %W( #{config.root}/lib #{config.root}/app/controllers/unirer/bootstrap/concerns #{config.root}/app/models/unirer/bootstrap/concerns ) config.eager_load_paths += %W( #{config.root}/lib #{config.root}/app/controllers/unirer/bootstrap/concerns #{config.root}/app/models/unirer/bootstrap/concerns ) isolate_namespace Unirer::Bootstrap end end end
Version data entries
12 entries across 12 versions & 1 rubygems