Skip to content

Commit

Permalink
No need to mount indiviiual routes in dummy routes.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Nov 18, 2011
1 parent 44c3815 commit 99e2327
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions core/lib/generators/spree/dummy/templates/rails/routes.rb
@@ -1,7 +1,3 @@
Rails.application.routes.draw do
<%= 'mount Spree::Auth::Engine => "/"' if defined?(Spree::Auth) %>
<%= 'mount Spree::Api::Engine => "/"' if defined?(Spree::Api) %>
<%= 'mount Spree::Promo::Engine => "/"' if defined?(Spree::Promo) %>
<%= 'mount Spree::Dash::Engine => "/"' if defined?(Spree::Dash) %>
<%= 'mount Spree::Core::Engine => "/"' if defined?(Spree::Core) %>
end

0 comments on commit 99e2327

Please sign in to comment.