lib/generators/fullstack/ckeditor/install_generator.rb in fullstack-ckeditor-0.1.2 vs lib/generators/fullstack/ckeditor/install_generator.rb in fullstack-ckeditor-0.1.3

- old
+ new

@@ -5,12 +5,8 @@ def install_assets directory "ckeditor", Rails.root.join("public", "ckeditor") end - def install_migration - generate "migration:from Ckeditor::Asset Ckeditor::AttachmentFile Ckeditor::Picture" - end - end end end