method

ensure_generator_templates_added

Importance_0
v7.1.3.4 - Show latest stable - 0 notes - Class: Rails::Application
ensure_generator_templates_added() protected

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/rails/application.rb, line 662
    def ensure_generator_templates_added
      configured_paths = config.generators.templates
      configured_paths.unshift(*(paths["lib/templates"].existent - configured_paths))
    end
Register or log in to add new notes.