|
|
@@ -1,9 +1,4 @@
|
|
|
class Ckeditor::Asset < ActiveRecord::Base
|
|
|
include Ckeditor::Orm::ActiveRecord::AssetBase
|
|
|
include Ckeditor::Backend::Paperclip
|
|
|
- Rails.application.config.assets.precompile += [
|
|
|
- 'ckeditor/filebrowser/images/gal_del.png',
|
|
|
- /ckeditor\/lang\/.*\.js/,
|
|
|
- /ckeditor\/plugins\/lineheight\/.*\.js/
|
|
|
- ]
|
|
|
end
|