Skip to content

Commit

Permalink
UsersController has only new and create actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Vít Krchov authored and qrush committed Sep 4, 2010
1 parent 7b1ad03 commit 56b3ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes.rb
Expand Up @@ -7,7 +7,7 @@
:controller => 'clearance/sessions',
:only => [:new, :create, :destroy]

resources :users, :controller => 'clearance/users' do
resources :users, :controller => 'clearance/users', :only => [:new, :create] do
resource :password,
:controller => 'clearance/passwords',
:only => [:create, :edit, :update]
Expand Down

0 comments on commit 56b3ec0

Please sign in to comment.