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:
commit
788ae0ec3b
1 changed files with 4 additions and 0 deletions
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue