config/routes.rb in help_popups-1.0.4 vs config/routes.rb in help_popups-1.0.5

- old
+ new

@@ -1,6 +1,6 @@ HelpPopups::Engine.routes.draw do resources :topics, :only => [:new, :create, :edit, :update, :destroy, :index] - get '/login', :to => 'topics#login' + post '/login', :to => 'topics#login' get '/', :to => 'topics#index' end