Sha256: b18561663678660af1a8f49e67dc7cbb6b464f316718b773825418123cdd256f

Contents?: true

Size: 156 Bytes

Versions: 3

Compression:

Stored size: 156 Bytes

Contents

Alfa::WebApplication.routes.draw do
  route '/' => 'default#index'
  route '/:action', :controller => :default
  route '/:controller', :action => :index
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
alfa-0.0.8.pre test/data/test_web_application/apps/frontend/routes.rb
alfa-0.0.7.pre test/data/test_web_application/apps/frontend/routes.rb
alfa-0.0.6.pre test/data/test_web_application/apps/frontend/routes.rb