I have a Rails 2.2 project in which I want to override the functionality of rake db:test:prepare tasks. I think this will work, but it doesn’t:
#lib/tasks/db.rake
namespace :db do
namespace
I have a Rails 2.2 project in which I want to override the functionality of rake db:test:prepare tasks. I think this will work, but it doesn’t:
#lib/tasks/db.rake
namespace :db do
namespace