Sha256: 459b39d41aa9cd2f329276ee34f3fc195b9123ceabd9c650792dd07692321ec4
Contents?: true
Size: 242 Bytes
Versions: 1
Compression:
Stored size: 242 Bytes
Contents
ExceptionNotificationServer::Engine.routes.draw do resources :notifications, only: [:index, :create, :show, :update] do member do put :investigate put :fix put :renew end end root to: 'notifications#index' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
exception_notification_server-0.0.1 | config/routes.rb |