実行を拒否するこの単純な rake タスクがあります。なぜそれが正しく見えるのかわかりません。私が犯したおそらく非常に単純な間違いを誰が特定できますか? ありがとうございました!
/lib/タスク/reindex.rb:
namespace :db do
desc "Tire reindex profiles"
task :reindex => :environment do
system "cd #{Rails.root} && rake environment tire:import CLASS='Profile' FORCE=true"
end
end
エラー:
rake db:reindex
rake aborted!
Don't know how to build task 'db:reindex'