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:
parent
d35f0033c7
commit
499c6aa684
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
require 'thor/actions/create_file'
|
||||
require 'thor/actions'
|
||||
|
||||
module Rails
|
||||
module Generators
|
||||
|
|
Loading…
Reference in a new issue