Sha256: f377e53ee3cbc235db12a29f8761260f659013688709118bc1fcfae015560be6

Contents?: true

Size: 265 Bytes

Versions: 2

Compression:

Stored size: 265 Bytes

Contents

ActionController::Routing::Routes.draw do |map|
  
  map.home '', :controller => 'default', :action => 'index'
  map.root :controller => 'default', :action => 'index'
  
  map.connect ':controller/:action/:id'
  map.connect ':controller/:action/:id.:format'
  
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
muck-friends-0.1.17 test/rails_root/config/routes.rb
muck-friends-0.1.16 test/rails_root/config/routes.rb