namespace :refinery do
namespace :announcements do # call this task my running: rake refinery:announcements:my_task # desc "Description of my task below" # task :my_task => :environment do # # add your logic here # end end
end
namespace :refinery do
namespace :announcements do # call this task my running: rake refinery:announcements:my_task # desc "Description of my task below" # task :my_task => :environment do # # add your logic here # end end
end