lib/generators/ckeditor/templates/ckeditor.rb in ckeditor-3.6.2 vs lib/generators/ckeditor/templates/ckeditor.rb in ckeditor-3.6.3
- old
+ new
@@ -12,7 +12,10 @@
# 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