Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybobo committed May 13, 2017
1 parent acf8c40 commit c64c6c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Healthy Relationships
# Healthy Relationships

__Skill Level:__ Intermediate
__Time Limit:__ 30 minutes
Expand All @@ -7,7 +7,7 @@ Active Record is a object relational mapper that connects classes to relational

Under the surface, Active Record provides a level of abstraction that helps you reduce the amount of SQL you would have to write for simple and sometimes complex statements.

##Instructions
## Instructions
Fill out the migrations and models in the `associations.rb` file in such a way that the resulting methods produce the expected output. I've also included a few helper gems that should help with visualizing these models and their relationships.

__Example:__
Expand All @@ -24,7 +24,7 @@ Person.orders << Order.create(description: "Pizza Boxes")
p Person.orders.first => #<Order: id: 1, description: '...'>
```

##Resources
## Resources
[Table Print Gem](http://tableprintgem.com/)
[Awesome Print Gem](https://github.com/michaeldv/awesome_print)
[Active Record Basics](http://guides.rubyonrails.org/active_record_basics.html)
Expand Down

0 comments on commit c64c6c6

Please sign in to comment.