mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Remove a Rails 2 convention from namespaced routes
This commit is contained in:
@@ -271,7 +271,7 @@ This can be especially useful when map multiple namespaced routes together using
|
||||
|
||||
<ruby>
|
||||
namespace :admin do
|
||||
admin.resources :photos, :videos
|
||||
resources :photos, :videos
|
||||
end
|
||||
</ruby>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user