Skip to content

Commit

Permalink
Added required path prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Brown committed Jul 15, 2010
1 parent e2423d5 commit 7239642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes.rb
@@ -1,7 +1,7 @@
ActionController::Routing::Routes.draw do |map|
map.resources :testimonials, :only => [:index]

map.namespace(:admin) do |admin|
map.namespace(:admin, :path_prefix => 'refinery') do |admin|
admin.resources :testimonials
end
end

0 comments on commit 7239642

Please sign in to comment.