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

start an Active Resource changelog

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4826 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
Jeremy Kemper 2006-08-26 08:23:36 +00:00
parent 9f8b8f5ca8
commit 8261f17eb8

3
activeresource/CHANGELOG Normal file
View file

@ -0,0 +1,3 @@
*SVN*
* Initial checkin: object-oriented client for restful HTTP resources which follow the Rails convention. [DHH]