Skip to content

Commit

Permalink
[merb_datamapper] Fixed raketasks for migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
snusnu committed Sep 22, 2009
1 parent b11402e commit ccdd9a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/merb_datamapper/merbtasks.rb
Expand Up @@ -26,7 +26,7 @@
namespace :migrate do
task :load => :merb_env do
gem 'dm-migrations'
require 'migration_runner'
require 'dm-migrations/migration_runner'
FileList["schema/migrations/*.rb"].each do |migration|
load migration
end
Expand Down

0 comments on commit ccdd9a2

Please sign in to comment.