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:
parent
2177282262
commit
5da1ddb750
1 changed files with 4 additions and 0 deletions
|
@ -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
|
Loading…
Reference in a new issue