Sha256: b266327b189c53dc3d26c142798915943216a9b8f98353414f662efdf65af57d
Contents?: true
Size: 245 Bytes
Versions: 8
Compression:
Stored size: 245 Bytes
Contents
module Ckeditor module Rails class Railtie < ::Rails::Railtie 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