Don't need to worry about version numbers. #1924

This commit is contained in:
Eric Davis
2009-01-23 14:09:59 -08:00
parent 8ea912be4b
commit b550f96400

View File

@@ -7,7 +7,6 @@ namespace :rate_plugin do
namespace :budget do
desc "Export the values of the Budget plugin to a file"
task :pre => :environment do
# TODO: make sure the user is on v 0.1.0 of Budget
rates = ''
# Rate for members
Member.find(:all, :conditions => ['rate IS NOT NULL']).each do |member|
@@ -40,7 +39,6 @@ namespace :rate_plugin do
desc "Check the values of the export"
task :post => :environment do
# TODO: make sure the user is on v 0.2.0 of Budget
# TODO: make sure the rate migrations are done
counter = 0