Skip to content

Instantly share code, notes, and snippets.

@thoughtbot
Created August 4, 2009 22:27
Show Gist options
  • Select an option

  • Save thoughtbot/162323 to your computer and use it in GitHub Desktop.

Select an option

Save thoughtbot/162323 to your computer and use it in GitHub Desktop.
class UsersController < Clearance::UsersController
def edit
...
end
end
ActionController::Routing::Routes.draw do |map|
map.resources :users
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment