Sha256: 04e2288db5335b815e221aebd93317f213f05e776c8f7600282b437d8327c3a3
Contents?: true
Size: 544 Bytes
Versions: 5
Compression:
Stored size: 544 Bytes
Contents
MaglevDatabaseExplorer::Engine.routes.draw do get "/" => "ObjectExplorer#index" match "/object/index/:id" => "Object#index" match "/object/evaluate/:id" => "Object#evaluate" match "/code/selectors/:id" => "Code#selectors" match "/code/code/:id" => "Code#code" match "/code/frame/:id" => "Code#frame" match "/code/frames/:id" => "Code#frames" match "/code/stepInto/:id" => "Code#stepInto" match "/code/proceed/:id" => "Code#proceed" match "/code/trim/:id" => "Code#trim" match "/code/stepOver/:id" => "Code#stepOver" end
Version data entries
5 entries across 5 versions & 1 rubygems