Modify bin so it uses our generators over rails
This commit is contained in:
parent
9227907b26
commit
cf0078e6d7
1 changed files with 1 additions and 0 deletions
|
@ -3,4 +3,5 @@
|
||||||
|
|
||||||
APP_PATH = File.expand_path('../config/application', __dir__)
|
APP_PATH = File.expand_path('../config/application', __dir__)
|
||||||
require_relative '../config/boot'
|
require_relative '../config/boot'
|
||||||
|
require_relative '../lib/generators/overrides'
|
||||||
require 'rails/commands'
|
require 'rails/commands'
|
||||||
|
|
Loading…
Reference in a new issue