1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #171 from topdev/master

Added License block to README.md
This commit is contained in:
Rafael Mendonça França 2013-04-17 09:44:06 -07:00
commit 788ae0ec3b

View file

@ -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).