Sha256: 6992fd8830d2dcae3f0db2f2d8d2247c8ac9c2ac2633b4ae3b48e0b48a559577
Contents?: true
Size: 382 Bytes
Versions: 8
Compression:
Stored size: 382 Bytes
Contents
module Ems class Engine < ::Rails::Engine isolate_namespace Ems # Add a load path for this specific Engine config.autoload_paths << File.expand_path("#{Engine.root}/lib/query_builder/", __FILE__) config.autoload_paths << File.expand_path("#{Engine.root}/lib/kramdown", __FILE__) config.generators do |g| g.template_engine :haml end end end
Version data entries
8 entries across 8 versions & 1 rubygems