aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/active_record_querying.md
diff options
context:
space:
mode:
authorAndrey Molchanov <neodelf@gmail.com>2016-09-17 22:36:13 +0300
committerAndrey Molchanov <neodelf@gmail.com>2016-09-17 22:36:13 +0300
commite1252e073a6be072d82f0984332e851190323ef6 (patch)
tree24673c0ec04a961f768839996140d6e521d6c9b5 /guides/source/active_record_querying.md
parent2003381bbbea8e0436d54111d67e8e118601ae80 (diff)
downloadrails-e1252e073a6be072d82f0984332e851190323ef6.tar.gz
rails-e1252e073a6be072d82f0984332e851190323ef6.tar.bz2
rails-e1252e073a6be072d82f0984332e851190323ef6.zip
[ci skip] Fixed commas according to Oxford comma in rdoc and guides
Diffstat (limited to 'guides/source/active_record_querying.md')
-rw-r--r--guides/source/active_record_querying.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/active_record_querying.md b/guides/source/active_record_querying.md
index 644756906a..bbe1b0decc 100644
--- a/guides/source/active_record_querying.md
+++ b/guides/source/active_record_querying.md
@@ -50,7 +50,7 @@ class Role < ApplicationRecord
end
```
-Active Record will perform queries on the database for you and is compatible with most database systems, including MySQL, MariaDB, PostgreSQL and SQLite. Regardless of which database system you're using, the Active Record method format will always be the same.
+Active Record will perform queries on the database for you and is compatible with most database systems, including MySQL, MariaDB, PostgreSQL, and SQLite. Regardless of which database system you're using, the Active Record method format will always be the same.
Retrieving Objects from the Database
------------------------------------