config/routes.rb in help_popups-0.1.1 vs config/routes.rb in help_popups-1.0.0

- old
+ new

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