Sha256: 5388456521a163182cb45b6f84c63ecfcf908e17fc118c9e23e8c5b2c8317944
Contents?: true
Size: 243 Bytes
Versions: 8
Compression:
Stored size: 243 Bytes
Contents
module Ckeditor module Rails class Engine < ::Rails::Engine initializer "configure assets of ckeditor", :group => :all do |app| app.config.assets.precompile += %w( ckeditor/*.js ckeditor/*.css ) end end end end
Version data entries
8 entries across 8 versions & 1 rubygems