Skip to content

Instantly share code, notes, and snippets.

@ohammersmith
Created April 27, 2009 21:31
Show Gist options
  • Select an option

  • Save ohammersmith/102753 to your computer and use it in GitHub Desktop.

Select an option

Save ohammersmith/102753 to your computer and use it in GitHub Desktop.
map.resources :users, :controller => 'clearance/users' do |users|
users.resource :password,
:controller => 'clearance/passwords',
:only => [:create, :edit, :update]
users.resource :confirmation,
:controller => 'clearance/confirmations',
:only => [:new, :create]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment