瀏覽代碼

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'"