Skip to content

Commit

Permalink
Load correct file with extra rake tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
fry-devbot committed Jun 19, 2008
1 parent fa8fc0f commit 4084db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/merb_global.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
require Pathname(__FILE__).dirname.expand_path + 'merb_global/base'
require Pathname(__FILE__).dirname.expand_path + 'merb_global/controller'

Merb::Plugins.add_rakefiles 'merb_global/rake'
Merb::Plugins.add_rakefiles(Pathname(__FILE__).dirname.expand_path + 'merb_global/merbrake')
end

0 comments on commit 4084db5

Please sign in to comment.