Skip to content

Commit

Permalink
Added missing runner to engine rake to ensure that engine can run the…
Browse files Browse the repository at this point in the history
… app rake tasks (as per master)
  • Loading branch information
Jonathan Lozinski committed Jul 22, 2011
1 parent ff05736 commit 39a9938
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions railties/lib/rails/tasks/engine.rake
Expand Up @@ -67,3 +67,5 @@ def find_engine_path(path)
find_engine_path(File.expand_path('..', path))
end
end

Rake.application.invoke_task(:load_app)

0 comments on commit 39a9938

Please sign in to comment.