Skip to content
Snippets Groups Projects

Move generator templates to generator_templates/

Merged Yorick Peterse requested to merge fix-generator-templates-directory into master
3 files
+ 3
1
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 3
1
@@ -26,6 +26,8 @@ class Application < Rails::Application
#{config.root}/app/models/members
#{config.root}/app/models/project_services))
config.generators.templates.push("#{config.root}/generator_templates")
# Only load the plugins named here, in the order given (default is alphabetical).
# :all can be used as a placeholder for all plugins not explicitly named.
# config.plugins = [ :exception_notification, :ssl_requirement, :all ]
@@ -39,7 +41,7 @@ class Application < Rails::Application
config.encoding = "utf-8"
# Configure sensitive parameters which will be filtered from the log file.
#
#
# Parameters filtered:
# - Password (:password, :password_confirmation)
# - Private tokens (:private_token)
Loading