Skip to content

Commit

Permalink
fixed rake db:index description
Browse files Browse the repository at this point in the history
  • Loading branch information
bearded committed Nov 10, 2011
1 parent f67e5ea commit 5caa957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mongo_mapper/railtie/database.rake
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ namespace :db do
end
end

desc 'Load the seed data from db/seeds.rb'
desc 'Load indexes from db/indexes.rb'
task :index => :environment do
indexes = File.join(Rails.root, 'db', 'indexes.rb')
load(indexes) if File.exist?(indexes)
Expand Down

0 comments on commit 5caa957

Please sign in to comment.