Skip to content

Commit

Permalink
Fix warning message in rails 3.0rc
Browse files Browse the repository at this point in the history
  • Loading branch information
mnutt committed Aug 2, 2010
1 parent 6f72525 commit 56aea75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rails/routes.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
if defined?(Rails::Application)
# Rails3 routes
Rails::Application.routes.draw do |map|
Rails.application.routes.draw do |map|
match "/#{Jammit.package_path}/:package.:extension",
:to => 'jammit#package', :as => :jammit
end
end
end

0 comments on commit 56aea75

Please sign in to comment.