Rails Models
Generating models
$ rails g model User
Associations
belongs_to
has_one
$ rails g model User
belongs_to
has_one
save_and_open_page
have_button(locator)
#!/bin/sh | |
# | |
# We have a few repeat customers here at the TWU 27 hotdog shack. | |
# | |
# They've decided it's FUN to visit our stand. | |
# | |
# So, we've cooked up something a little special for our valued customers. | |
set -e |