Sha256: 5e55399e1f3107a3587b2512f949037d631c0ab6842d81024fe21eec3a55e105

Contents?: true

Size: 208 Bytes

Versions: 12

Compression:

Stored size: 208 Bytes

Contents

ActionController::Routing::Routes.draw do |map|
  map.resources :friends, :controller => 'muck/friends'
  map.resources :users do |users|
    users.resources :friends, :controller => 'muck/friends'
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
muck-friends-0.1.17 config/muck_friends_routes.rb
muck-friends-0.1.16 config/muck_friends_routes.rb
muck-friends-0.1.15 config/muck_friends_routes.rb
muck-friends-0.1.14 config/muck_friends_routes.rb
muck-friends-0.1.13 config/muck_friends_routes.rb
muck-friends-0.1.12 config/muck_friends_routes.rb
muck-friends-0.1.11 config/muck_friends_routes.rb
muck-friends-0.1.10 config/muck_friends_routes.rb
muck-friends-0.1.6 config/muck_friends_routes.rb
muck-friends-0.1.7 config/muck_friends_routes.rb
muck-friends-0.1.8 config/muck_friends_routes.rb
muck-friends-0.1.9 config/muck_friends_routes.rb