Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
konklone committed Feb 15, 2010
1 parent cf41fb1 commit e940f94
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions Rakefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,13 +4,7 @@ task :migrate => :environment do
ActiveRecord::Migrator.migrate 'migrations', (ENV['version'] ? ENV['version'].to_i : nil) ActiveRecord::Migrator.migrate 'migrations', (ENV['version'] ? ENV['version'].to_i : nil)
end end


desc 'Loads environment'
task :environment do
require 'ohnomymoney'
end



# Generic YAML loading/backup code, for my fixture convenience
namespace :data do namespace :data do


desc "Restore a model using YAML backup" desc "Restore a model using YAML backup"
Expand Down Expand Up @@ -46,4 +40,9 @@ namespace :data do
end end
end end


end

desc 'Loads environment'
task :environment do
require 'ohnomymoney'
end end

0 comments on commit e940f94

Please sign in to comment.