Przeglądaj źródła

Copy over the lib directory to new apps

Chris Oliver 6 lat temu
rodzic
commit
41f0e58861
1 zmienionych plików z 1 dodań i 0 usunięć
  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'"