lib/generators/ckeditor/templates/ckeditor.rb in ckeditor-3.6.3 vs lib/generators/ckeditor/templates/ckeditor.rb in ckeditor-3.7.0.rc1
- old
+ new
@@ -12,10 +12,7 @@
# config.image_file_types = ["jpg", "jpeg", "png", "gif", "tiff"]
# Allowed attachment file types for upload.
# Set to nil or [] (empty array) for all file types
# config.attachment_file_types = ["doc", "docx", "xls", "odt", "ods", "pdf", "rar", "zip", "tar", "swf"]
-
- # Ckeditor files destination path (default 'public/javascripts')
- config.path = '<%= install_dir %>'
end
end