Sha256: 4a3f601d3787a0319b62a75f28a7175004345c80c2d3d6ef3df631b9b499cc92

Contents?: true

Size: 346 Bytes

Versions: 44

Compression:

Stored size: 346 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, :has_many => :uploads
  map.resources :uploads, :collection => { :photos => :get, :swfupload => :post }
end

Version data entries

44 entries across 44 versions & 2 rubygems

Version Path
muck-contents-0.2.27 test/rails_root/config/routes.rb
muck-contents-0.2.26 test/rails_root/config/routes.rb
muck-oauth-0.2.4 test/rails_root/config/routes.rb
muck-oauth-0.2.3 test/rails_root/config/routes.rb
muck-contents-0.2.25 test/rails_root/config/routes.rb
muck-contents-0.2.24 test/rails_root/config/routes.rb
muck-contents-0.2.23 test/rails_root/config/routes.rb
muck-oauth-0.2.2 test/rails_root/config/routes.rb
muck-contents-0.2.22 test/rails_root/config/routes.rb
muck-contents-0.2.21 test/rails_root/config/routes.rb
muck-oauth-0.2.1 test/rails_root/config/routes.rb
muck-oauth-0.2.0 test/rails_root/config/routes.rb
muck-contents-0.2.20 test/rails_root/config/routes.rb
muck-oauth-0.1.11 test/rails_root/config/routes.rb
muck-contents-0.2.18 test/rails_root/config/routes.rb
muck-oauth-0.1.9 test/rails_root/config/routes.rb
muck-oauth-0.1.8 test/rails_root/config/routes.rb
muck-oauth-0.1.7 test/rails_root/config/routes.rb
muck-oauth-0.1.6 test/rails_root/config/routes.rb
muck-oauth-0.1.5 test/rails_root/config/routes.rb