1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

require actions rather than create_file

thor's create_file seems to have a circular dependency on itself when
used with our constant loading stuff.

fixes #14319
This commit is contained in:
Aaron Patterson 2014-03-13 12:02:32 -07:00
parent d35f0033c7
commit 499c6aa684

View file

@ -1,4 +1,4 @@
require 'thor/actions/create_file'
require 'thor/actions'
module Rails
module Generators