Sha256: 6552ae3e61544c5f237cfa4b2c60fe19572c463dd995e4ab96cb19839c63d020

Contents?: true

Size: 308 Bytes

Versions: 1

Compression:

Stored size: 308 Bytes

Contents

Georgia::Mailer::Engine.routes.draw do

  resources :messages, only: :create

end

Georgia::Engine.routes.draw do

  resources :messages do
    collection do
      get :search
      get :destroy_all_spam
    end
    member do
      get :resend_notification
      post :spam
      post :ham
    end
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
georgia_mailer-0.8.0 config/routes.rb