Sha256: b6bc301e073c6b0ad67de4ae9595c283c0a98dbf6e317c740eb1a1caf953cb29

Contents?: true

Size: 221 Bytes

Versions: 2

Compression:

Stored size: 221 Bytes

Contents

Dummy::Application.routes.draw do
  match '/flash/:type' => 'flash#redirect', via: [:get, :post]
  match '/flash' => 'flash#show'
  match '/flashajax/:type' => 'flash#ajax', via: [:get, :post]
  root to: 'flash#show'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
glow-0.0.2 test/dummy/config/routes.rb
glow-0.0.1 test/dummy/config/routes.rb