Sha256: 3cb0422737e35d538f1e488daecae0937ca819336b624cbc1311c2f8348594df

Contents?: true

Size: 447 Bytes

Versions: 11

Compression:

Stored size: 447 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

11 entries across 11 versions & 1 rubygems

Version Path
mail_spy-0.1.1 config/routes.rb
mail_spy-0.1.0 config/routes.rb
mail_spy-0.0.18 config/routes.rb
mail_spy-0.0.17 config/routes.rb
mail_spy-0.0.16 config/routes.rb
mail_spy-0.0.15 config/routes.rb
mail_spy-0.0.14 config/routes.rb
mail_spy-0.0.13 config/routes.rb
mail_spy-0.0.12 config/routes.rb
mail_spy-0.0.11 config/routes.rb
mail_spy-0.0.10 config/routes.rb