Sha256: f4c5a1a46207d25d789399541b5e43a46da5283565f4fc2b0b706d8ebde8c902

Contents?: true

Size: 222 Bytes

Versions: 11

Compression:

Stored size: 222 Bytes

Contents

Rails3::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

11 entries across 11 versions & 1 rubygems

Version Path
glow-0.0.13 test/rails3/config/routes.rb
glow-0.0.12 test/rails3/config/routes.rb
glow-0.0.11 test/rails3/config/routes.rb
glow-0.0.10 test/rails3/config/routes.rb
glow-0.0.9 test/rails3/config/routes.rb
glow-0.0.8 test/rails3/config/routes.rb
glow-0.0.7 test/rails3/config/routes.rb
glow-0.0.6 test/rails3/config/routes.rb
glow-0.0.5 test/rails3/config/routes.rb
glow-0.0.4 test/rails3/config/routes.rb
glow-0.0.3 test/rails3/config/routes.rb