Move generator templates to generator_templates/
Compare changes
Files
3- Yorick Peterse authored
Since we eager load everything in lib/ putting ERB code in .rb files will result in syntax errors. By moving the templates to ./generator_templates we can work around this.
+ 3
− 1
@@ -26,6 +26,8 @@ class Application < Rails::Application
@@ -39,7 +41,7 @@ class Application < Rails::Application