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