Skip to content

Commit

Permalink
Merge pull request #171 from topdev/master
Browse files Browse the repository at this point in the history
Added License block to README.md
  • Loading branch information
rafaelfranca committed Apr 17, 2013
2 parents 8c21663 + 0ec3a92 commit 788ae0e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.markdown
Expand Up @@ -116,3 +116,7 @@ The `parent_id` column is a foreign key from the `comments` table to itself. Now
# => SELECT * FROM comments INNER JOIN comments AS comments_2 WHERE comments_2.parent_id = comments.id

This will return the first comment's reply's body.

### License

Arel is released under the [MIT License](http://opensource.org/licenses/MIT).

0 comments on commit 788ae0e

Please sign in to comment.