namespace :answers do
namespace :<%= extension_plural_name %> do # call this task by running: rake answers:<%= extension_plural_name %>:my_task # desc "Description of my task below" # task :my_task => :environment do # # add your logic here # end end
end