- set / route to /search

This commit is contained in:
Jordan Sissel 2009-09-19 08:40:00 +00:00
parent cf8ee9b312
commit 0c87bf740f
2 changed files with 3 additions and 2 deletions

View file

@ -30,6 +30,8 @@ Merb::Router.prepare do
# RESTful routes
# resources :posts
match('/').to(:controller => 'search', :action => 'index')
# Adds the required routes for merb-auth using the password slice
slice(:merb_auth_slice_password, :name_prefix => nil, :path_prefix => "")
@ -41,4 +43,4 @@ Merb::Router.prepare do
# Change this for your home page to be available at /
# match('/').to(:controller => 'whatever', :action =>'index')
end
end

View file

@ -1 +0,0 @@
31261