Changeset 217

Show
Ignore:
Timestamp:
04/27/07 14:09:45 (1 year ago)
Author:
v..@exdolo.com
Message:

use default_routes (from merb trunk)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • mrblog/trunk/dist/conf/router.rb

    r153 r217  
    1212puts "Compiling routes.." 
    1313Merb::RouteMatcher.prepare do |r| 
    14   r.add '/:controller/:action/:id' 
     14  r.default_routes 
    1515  r.add '/', :controller => 'blog', :action =>'index' 
    1616end