Passing Arguments To A Rake Task
Last updated
Was this helpful?
Last updated
Was this helpful?
You can create a rake task that takes arguments by including an array of named arguments in the task declaration.
You can then pass an argument to that task when invoking it.