Skip to content

Instantly share code, notes, and snippets.

@adamkleingit
Last active January 4, 2016 06:19
Show Gist options
  • Save adamkleingit/8581374 to your computer and use it in GitHub Desktop.
Save adamkleingit/8581374 to your computer and use it in GitHub Desktop.
Hackademy Bardelas Homework lesson #6
  • devise and authentication:
    • Change after_sign_in path
    • Change some devise config
    • Change devise forgot password email's content
  • associations:
    • Play with other dependents
    • Name the user's association 'owner' (comment out the original one so you can revert)
    • Name the cat's association 'owned_cats' (comment out the original one so you can revert)
  • authorization:
    • restrict users from editing / updating other users
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment