diff options
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 |