• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/16

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

16 Cards in this Set

  • Front
  • Back

GET to /posts

#index

POST to /posts

#create

GET to /posts/new

#new

GET /posts/:id/edit

#edit

GET to /posts/:id

#show

PATCH to /posts/:id

#update

PUT to /posts/:id

#update

DELETE to /posts/:id

#destroy

GET to /posts

posts_path

POST to /posts

NA

GET to /posts/new

new_post_path

GET to /posts/:id/edit

edit_post_path

GET to /posts/:id

post_path

PATCH to /posts/:id

NA

PUT to /posts/:id

NA

DELETE to /posts/:id

NA