config/routes.rb in help_popups-1.0.0 vs config/routes.rb in help_popups-1.0.1
- old
+ new
@@ -1,5 +1,6 @@
HelpPopups::Engine.routes.draw do
resources :topics, :only => [:new, :create, :edit, :update, :destroy, :index]
match '/login', :to => 'topics#login'
+ match '/', :to => 'topics#index'
end