# allow neat perma urls map.connect 'articles/:year/:month/:day', :controller => 'articles', :action => 'find_by_date', :year => /\d{4}/, :day => nil, :month => nil map.connect 'articles/:year/:month/:day/:title', :controller => 'articles', :action => 'permalink', :year => /\d{4}/
You need to create an account or log in to post comments to this site.