Skip to content

Commit

Permalink
Properly require tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
Mat Brown committed Aug 10, 2010
1 parent 4819e51 commit 3d26d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sunspot_rails/lib/sunspot/rails/railtie.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Railtie < ::Rails::Railtie
end

rake_tasks do
load 'sunspot/rails/tasks'
load 'sunspot/rails/tasks.rb'
end

generators do
Expand Down

0 comments on commit 3d26d01

Please sign in to comment.