Skip to content

Commit

Permalink
Fixed the typo in the rake task on the deprecated task, in case someo…
Browse files Browse the repository at this point in the history
…ne will ever want to use that.
  • Loading branch information
Elad Meidar committed Sep 16, 2009
1 parent 851d19b commit 1d1dd0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/indexer.rake
Expand Up @@ -8,6 +8,7 @@ namespace :db do

desc "scan for possible required indexes"
task :show_me_some_indexes => :environment do
# Indexer.indexes_list
puts "Sorry, simple report is deprecated.\nuse rake db:show_me_a_migration or db:show_me_ar_find_indexes instead"
end

Expand Down

0 comments on commit 1d1dd0c

Please sign in to comment.