Sha256: 79726c2a66f8dc23173c4106a0fa62000a1f07d63322b4222cef0393f9498763

Contents?: true

Size: 241 Bytes

Versions: 11

Compression:

Stored size: 241 Bytes

Contents

ActionController::Routing::Routes.draw do |map|
  map.home '', :controller => 'default', :action => 'index'
  map.root :controller => 'default', :action => 'index'
  map.resources :contents
  map.resources :users, :has_many => :contents
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
muck-contents-0.1.11 test/rails_root/config/routes.rb
muck-contents-0.1.10 test/rails_root/config/routes.rb
muck-contents-0.1.9 test/rails_root/config/routes.rb
muck-contents-0.1.8 test/rails_root/config/routes.rb
muck-contents-0.1.7 test/rails_root/config/routes.rb
muck-contents-0.1.6 test/rails_root/config/routes.rb
muck-contents-0.1.5 test/rails_root/config/routes.rb
muck-contents-0.1.4 test/rails_root/config/routes.rb
muck-contents-0.1.1 test/rails_root/config/routes.rb
muck-contents-0.1.2 test/rails_root/config/routes.rb
muck-contents-0.1.3 test/rails_root/config/routes.rb