Explorar el Código

Copy over the lib directory to new apps

Chris Oliver hace 6 años
padre
commit
41f0e58861
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      template.rb

+ 1 - 0
template.rb

@@ -87,6 +87,7 @@ end
 def copy_templates
   directory "app", force: true
   directory "config", force: true
+  directory "lib", force: true
 
   route "get '/terms', to: 'home#terms'"
   route "get '/privacy', to: 'home#privacy'"