Sha256: 91d9eda6f45fb25bc47c90b8f85bdc1008a5cc2cdf26d3289624ade5bd1473e5
Contents?: true
Size: 362 Bytes
Versions: 5
Compression:
Stored size: 362 Bytes
Contents
module QuicCms class Engine < Rails::Engine isolate_namespace QuicCms config.autoload_paths << File.expand_path("../app/models/ckeditor/asset", __FILE__) config.autoload_paths << File.expand_path("../app/models/ckeditor/picture", __FILE__) config.autoload_paths << File.expand_path("../app/models/ckeditor/attachment_file", __FILE__) end end
Version data entries
5 entries across 5 versions & 1 rubygems