Sha256: 8447fd6f4fdc96a9e6e1c015fddd7fb6c3ad5cbdc504bd5d63d95ed22b1f8267

Contents?: true

Size: 250 Bytes

Versions: 3

Compression:

Stored size: 250 Bytes

Contents

Jasminerice::Engine.routes.draw do
  resources :spec, :controller => 'spec', :only => [:index] do
    get "fixtures/:filename", :action => :fixtures
  end
  match "fixtures/:filename", :to => "spec#fixtures#:filename"

  root :to => "spec#index"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jasminerice-0.0.7 config/routes.rb
jasminerice-0.0.6 config/routes.rb
jasminerice-0.0.5 config/routes.rb