method

invoke_rake

Importance_0
v7.1.3.2 - Show latest stable - 0 notes - Class: Command
invoke_rake(task, args, config) private

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.rb, line 154
        def invoke_rake(task, args, config)
          args = ["--describe", task] if HELP_MAPPINGS.include?(args[0])
          find_by_namespace("rake").perform(task, args, config)
        end
Register or log in to add new notes.