Move generators which override part of rails into their own place
This commit is contained in:
parent
c524fcf3c7
commit
9227907b26
37 changed files with 4 additions and 0 deletions
4
lib/generators/overrides.rb
Normal file
4
lib/generators/overrides.rb
Normal file
|
@ -0,0 +1,4 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later
|
||||
require_relative './overrides/rails/plugin/plugin_builder'
|
Loading…
Reference in a new issue