Skip to content

Instantly share code, notes, and snippets.

@lorenzosinisi
Created December 22, 2016 13:36
Show Gist options
  • Save lorenzosinisi/2cd732a5a9f7b294d3ec6ab769e63237 to your computer and use it in GitHub Desktop.
Save lorenzosinisi/2cd732a5a9f7b294d3ec6ab769e63237 to your computer and use it in GitHub Desktop.
devise_for :coaches,
path: 'coaches',
path_names: {
sign_in: 'login',
sign_out: 'logout',
password: 'secret',
confirmation: 'verification',
unlock: 'unblock',
registration: 'register',
sign_up: 'new'
},
controllers: { registrations: 'coaches/registrations' }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment