Sha256: 3a5a4be67da6b1ee3c976637edc142dc073621b1f28030268b728ea1737f4e98

Contents?: true

Size: 449 Bytes

Versions: 4

Compression:

Stored size: 449 Bytes

Contents

MailSpy::Engine.routes.draw do

  match "t", :controller => :tracking, :action => :link
  match "b", :controller => :tracking, :action => :bug
  match "a", :controller => :tracking, :action => :action

  match "reports", :controller => :reports, :action => :campaigns
  match "email", :controller => :reports, :action => :email

  # Sendgrid notification api
  post "sendgrid/notification", :controller => :sendgrid, :action => :notification
  
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mail_spy-0.0.9 config/routes.rb
mail_spy-0.0.8 config/routes.rb
mail_spy-0.0.7 config/routes.rb
mail_spy-0.0.6 config/routes.rb