diff options
author | Jay Shepherd <jshepherd@Macintosh-70.local> | 2008-06-27 11:02:32 -0500 |
---|---|---|
committer | Jay Shepherd <jshepherd@Macintosh-70.local> | 2008-06-27 11:02:32 -0500 |
commit | 5dba6c024289e42c31894b7d13c1695049fcf30d (patch) | |
tree | 1f2fed12bb7b7e0c07627a6e42ca37516dc6e68f | |
parent | 7199a485fe34b80c7f23b0edea88930fc43d85c6 (diff) | |
download | rails-5dba6c024289e42c31894b7d13c1695049fcf30d.tar.gz rails-5dba6c024289e42c31894b7d13c1695049fcf30d.tar.bz2 rails-5dba6c024289e42c31894b7d13c1695049fcf30d.zip |
Finished sentence in ActiveResource README
-rw-r--r-- | activeresource/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activeresource/README b/activeresource/README index bcb7b3cbc7..f51b09cd44 100644 --- a/activeresource/README +++ b/activeresource/README @@ -37,7 +37,7 @@ lifecycle methods that operate against a persistent store. Person.exists?(1) #=> true As you can see, the methods are quite similar to Active Record's methods for dealing with database -records. But rather than dealing with +records. But rather than dealing directly with a database record, you're dealing with HTTP resources (which may or may not be database records). ==== Protocol |