Skip to content

Commit

Permalink
Merge pull request learn-co-students#12 from genericlady/genericlady-…
Browse files Browse the repository at this point in the history
…1458142746

Be More Explicit when explaining things to learners.
  • Loading branch information
AnnJohn committed Apr 21, 2016
2 parents 68799bb + 853b1fd commit fc66251
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,11 @@ And that's it! With this relatively small amount of code, we now have access to

Go ahead and run the test suite and you'll see that we are passing the first 14 tests. Our associations are all working, just because of our migrations and use of macros.

We can now call methods on the objects we associated with one another. Let's play around with our code.
We can now call methods on the objects we associated with one another. Let's play around with our code using the console task we wrote for you in the Rakefile.

```bash
rake console
```

```ruby
hello = Song.create(name: "Hello")
Expand Down Expand Up @@ -142,3 +146,4 @@ end
We'll do a handful of methods like this one for the `Song`, `Artist`, and `Genre` classes. This lab is test driven, so you can follow the specs.

<p data-visibility='hidden'>View <a href='https://learn.co/lessons/Active-Record-Association-Methods' title='Active Record Association Methods'>Active Record Association Methods</a> on Learn.co and start learning to code for free.</p>

0 comments on commit fc66251

Please sign in to comment.