$ rails g model User
belongs_to
has_one
| #!/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 |