Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
msuzoagu committed Sep 11, 2015
1 parent e066390 commit 24da748
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ We'll have three models: Artists, Songs, and Genres. By writing a few migrations
As an ORM, ActiveRecord works just like the ORM you've built already in labs like School Domain with DB. It provides its own abstractions and a similar API for interacting with the Database through your object model.

We're going to be using ActiveRecord to do two things:
1). store the data in a database (through a schema which we generate with migrations)
2). create associations between our objects (through ActiveRecord macros like `belongs_to` and `has_many`).
- store the data in a database (through a schema which we generate with migrations)
- create associations between our objects (through ActiveRecord macros like `belongs_to` and `has_many`).

## Steps

Expand Down

0 comments on commit 24da748

Please sign in to comment.