Sha256: 6448798842210d11f479ae4b85292e1b0136d900a586af89cd2ff5182f920b54

Contents?: true

Size: 154 Bytes

Versions: 15

Compression:

Stored size: 154 Bytes

Contents

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

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
muck-comments-0.1.21 test/rails_root/config/routes.rb
muck-comments-0.1.20 test/rails_root/config/routes.rb
muck-comments-0.1.19 test/rails_root/config/routes.rb
muck-comments-0.1.18 test/rails_root/config/routes.rb
muck-comments-0.1.17 test/rails_root/config/routes.rb
muck-comments-0.1.16 test/rails_root/config/routes.rb
muck-comments-0.1.15 test/rails_root/config/routes.rb
muck-comments-0.1.14 test/rails_root/config/routes.rb
muck-comments-0.1.13 test/rails_root/config/routes.rb
muck-comments-0.1.12 test/rails_root/config/routes.rb
muck-comments-0.1.11 test/rails_root/config/routes.rb
muck-comments-0.1.10 test/rails_root/config/routes.rb
muck-comments-0.1.7 test/rails_root/config/routes.rb
muck-comments-0.1.8 test/rails_root/config/routes.rb
muck-comments-0.1.9 test/rails_root/config/routes.rb