Преглед на файлове

Copy over the lib directory to new apps

Chris Oliver преди 6 години
родител
ревизия
41f0e58861
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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'"