I want to invoke my rake task from console. Is it doable? if yes, how to do so?
I tried this on console:
require \
The easy way is:
Rails.application.load_tasks Rake::Task['my_task'].invoke