Flowdock
method

load_generators

Importance_0
Ruby on Rails latest stable (v6.1.7.7) - 0 notes - Class: Actions
load_generators() public

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/command/actions.rb, line 38
        def load_generators
          engine = ::Rails::Engine.find(ENGINE_ROOT)
          Rails::Generators.namespace = engine.railtie_namespace
          engine.load_generators
        end
Register or log in to add new notes.