Sha256: f4a595e3f6f15a6ac2ff2fbb6d8c99bd7f015522572d3e23edb996e3a84f9c8a

Contents?: true

Size: 385 Bytes

Versions: 5

Compression:

Stored size: 385 Bytes

Contents

EffectivePostmark::Engine.routes.draw do
  namespace :admin do
    resources :postmark, only: [] do
      post :postmark_reactivate, on: :member
    end

    resources :postmark_reports, only: [] do
      collection do
        get :inactive_recipients
      end
    end
  end
end

Rails.application.routes.draw do
  mount EffectivePostmark::Engine => '/', as: 'effective_postmark'
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
effective_postmark-0.2.0 config/routes.rb
effective_postmark-0.1.3 config/routes.rb
effective_postmark-0.1.2 config/routes.rb
effective_postmark-0.1.1 config/routes.rb
effective_postmark-0.1.0 config/routes.rb