Skip to content

Commit

Permalink
Trivial whitespace change
Browse files Browse the repository at this point in the history
  • Loading branch information
mhartl committed Mar 19, 2009
1 parent d3915cb commit 9a2c3ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
map.resources :people, :member => { :verify_email => :get,
:common_contacts => :get }
map.connect 'people/verify/:id', :controller => 'people',
:action => 'verify_email'
:action => 'verify_email'
map.resources :people do |person|
person.resources :messages
person.resources :galleries
Expand Down

0 comments on commit 9a2c3ed

Please sign in to comment.