Sha256: 4ef23545f9780885565a65502db6588c513bc6b11cff984db5ed064bbee2a510

Contents?: true

Size: 248 Bytes

Versions: 13

Compression:

Stored size: 248 Bytes

Contents

Rails.application.routes.draw do
  mount AhoyEmail::Engine => "/ahoy"
end

AhoyEmail::Engine.routes.draw do
  scope module: "ahoy" do
    resources :messages, only: [] do
      get :open, on: :member
      get :click, on: :member
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
ahoy_email-0.3.0 config/routes.rb
ahoy_email-0.2.4 config/routes.rb
ahoy_email-0.2.3 config/routes.rb
ahoy_email-0.2.2 config/routes.rb
ahoy_email-0.2.1 config/routes.rb
ahoy_email-0.2.0 config/routes.rb
ahoy_email-0.1.5 config/routes.rb
ahoy_email-0.1.4 config/routes.rb
ahoy_email-0.1.3 config/routes.rb
ahoy_email-0.1.2 config/routes.rb
ahoy_email-0.1.1 config/routes.rb
ahoy_email-0.1.0 config/routes.rb
ahoy_email-0.0.2 config/routes.rb