config/routes.rb in georgia_mailer-0.1.3 vs config/routes.rb in georgia_mailer-0.8.0

- old
+ new

@@ -1,6 +1,6 @@ -GeorgiaMailer::Engine.routes.draw do +Georgia::Mailer::Engine.routes.draw do resources :messages, only: :create end @@ -10,12 +10,12 @@ collection do get :search get :destroy_all_spam end member do - get :spam - get :ham get :resend_notification + post :spam + post :ham end end end \ No newline at end of file