Sha256: 973865fb1e3b96a5d1fc1d04408eb55c560a1f01fffd8305b54ccac855f6bb50

Contents?: true

Size: 183 Bytes

Versions: 2

Compression:

Stored size: 183 Bytes

Contents

TestTrack::Engine.routes.draw do
  root  :to        => "tests#index"
  match '/jasmine' => 'tests#jasmine' , :as => :jasmine
  match '/qunit'   => 'tests#qunit'   , :as => :qunit
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
test_track-0.0.4 config/routes.rb
test_track-0.0.3 config/routes.rb