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

Introduction for active resource

This commit is contained in:
Vishnu Atrai 2011-07-30 18:21:21 +05:30 committed by Xavier Noria
parent 2177282262
commit 5da1ddb750

View file

@ -6,6 +6,10 @@ endprologue.
WARNING. This Guide is based on Rails 3.0. Some of the code shown here will not work in earlier versions of Rails.
h3. Introduction
Active Resource allows you to connect with RESTful web services. So, in Rails, Resource classes inherited from +ActiveResource::Base+ and live in +app/models+.
h3. Changelog
* July 30, 2011: Initial version by "Vishnu Atrai":http://github.com/vatrai