浏览代码

Add requires

Chris Oliver 6 年之前
父节点
当前提交
40048c9afc
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      template.rb

+ 3 - 0
template.rb

@@ -1,3 +1,6 @@
+require "fileutils"
+require "shellwords"
+
 # Copied from: https://github.com/mattbrictson/rails-template
 # Add this template directory to source_paths so that Thor actions like
 # copy_file and template resolve against our source files. If this file was