Skip to content

Commit

Permalink
fix about path
Browse files Browse the repository at this point in the history
  • Loading branch information
bborn committed Sep 4, 2009
1 parent 1c0f9d4 commit 36810b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/desert_routes.rb
Expand Up @@ -68,6 +68,9 @@

advertise '/advertise', :controller => 'base', :action => 'advertise'
css_help '/css_help', :controller => 'base', :action => 'css_help'
about '/about', :controller => 'base', :action => 'about'
faq '/faq', :controller => 'base', :action => 'faq'


edit_account_from_email '/account/edit', :controller => 'users', :action => 'edit_account'

Expand Down

0 comments on commit 36810b8

Please sign in to comment.