• 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/3

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;

3 Cards in this Set

  • Front
  • Back
Active Record maps tables to __, table rows to __, and table columns to __.
tables to classes, table rows to objects, and table columns to object attributes.
check for validation errors
article.errors.any?
or
article.errors.full_messages
or

article.errors.messages(:title)
...
article.errors.size
article.valid?
active record associations
has_one, has_many, belongs_to, has_and_belongs_to_many