spec/dummy/config/routes.rb in axlsx_rails-0.1.1 vs spec/dummy/config/routes.rb in axlsx_rails-0.1.2

- old
+ new

@@ -1,6 +1,7 @@ Dummy::Application.routes.draw do resources :users match "/home(.:format)", :to => "home#index", :as => :home match "/another(.:format)", :to => "home#another", :as => :another + match "/withpartial(.:format)", :to => "home#withpartial", :as => :withpartial root to: "home#index" end