Sha256: d1782f64615e32f8cda734afee783d12251540d964fb998cb5c6d9aecb96d782

Contents?: true

Size: 237 Bytes

Versions: 1

Compression:

Stored size: 237 Bytes

Contents

Wupee::Engine.routes.draw do
  namespace :api, defaults: { format: :json } do
    resources :notifications, only: [:index, :show] do
      patch :mark_as_read, on: :member
      patch :mark_all_as_read, on: :collection
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
wupee-2.0.0.beta1 config/routes.rb