Sha256: 4f2158b100896be7bab13e3912562cd1c368a3b143913fa2bd26004213b1de36
Contents?: true
Size: 378 Bytes
Versions: 1
Compression:
Stored size: 378 Bytes
Contents
SnapshotInspector::Engine.routes.draw do root to: "snapshots#index" get "mail/raw/*slug", to: "snapshots/mail#raw", as: :raw_mail_snapshot get "mail/*slug", to: "snapshots/mail#show", as: :mail_snapshot get "response/raw/*slug", to: "snapshots/response#raw", as: :raw_response_snapshot get "response/*slug", to: "snapshots/response#show", as: :response_snapshot end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
snapshot_inspector-0.1.1 | config/routes.rb |