diff options
author | Hongli Lai (Phusion) <hongli@phusion.nl> | 2008-08-08 13:48:30 +0200 |
---|---|---|
committer | Hongli Lai (Phusion) <hongli@phusion.nl> | 2008-08-08 13:48:30 +0200 |
commit | 920ad94598a9b90d048cb7cb19a34d7cb9e80392 (patch) | |
tree | 77e016c3a03fc2ad0cf290e9e38f166b327c1622 /railties/doc/guides/activerecord | |
parent | 62d8a1c84406f8021c74a02fea320cf2fb129adf (diff) | |
parent | d2553c3409843986be2c00394687828195b913dc (diff) | |
download | rails-920ad94598a9b90d048cb7cb19a34d7cb9e80392.tar.gz rails-920ad94598a9b90d048cb7cb19a34d7cb9e80392.tar.bz2 rails-920ad94598a9b90d048cb7cb19a34d7cb9e80392.zip |
Merge branch 'master' of git@github.com:lifo/docrails
Diffstat (limited to 'railties/doc/guides/activerecord')
-rw-r--r-- | railties/doc/guides/activerecord/basics.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/doc/guides/activerecord/basics.markdown b/railties/doc/guides/activerecord/basics.markdown index de882b45e6..0d030fabf9 100644 --- a/railties/doc/guides/activerecord/basics.markdown +++ b/railties/doc/guides/activerecord/basics.markdown @@ -16,7 +16,7 @@ The Active Record class typically has methods that do the following: * Construct an instances of an Active Record class from a SQL result * Construct a new class instance for insertion into the table -* Get and set column values +* Get and set column values * Wrap business logic where appropriate * Update existing objects and update the related rows in the database |