diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-04-17 09:44:06 -0700 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-04-17 09:44:06 -0700 |
commit | 788ae0ec3b9d13bb1e1f45632199fa7bc200fc1f (patch) | |
tree | 6fe9028589fd3b27b05f2fdbb1d7070188e2cac6 /README.markdown | |
parent | 8c21663f655b9a67069c03094e5da2dc8a674eb3 (diff) | |
parent | 0ec3a9271f967c9ee063bf8184f06dbbd57a57d1 (diff) | |
download | rails-788ae0ec3b9d13bb1e1f45632199fa7bc200fc1f.tar.gz rails-788ae0ec3b9d13bb1e1f45632199fa7bc200fc1f.tar.bz2 rails-788ae0ec3b9d13bb1e1f45632199fa7bc200fc1f.zip |
Merge pull request #171 from topdev/master
Added License block to README.md
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown index 384cc74451..76fe730294 100644 --- a/README.markdown +++ b/README.markdown @@ -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). |