Skip to content

Instantly share code, notes, and snippets.

@vincentopensourcetaiwan
Created July 25, 2012 03:28
Show Gist options
  • Save vincentopensourcetaiwan/3174197 to your computer and use it in GitHub Desktop.
Save vincentopensourcetaiwan/3174197 to your computer and use it in GitHub Desktop.
How To: Manage users through a CRUD interface
devise_for :users, :path_prefix => 'my'
resources :users
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment