aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/active_record_querying.md
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2017-08-26 20:44:09 +0900
committerRyuta Kamizono <kamipo@gmail.com>2017-08-27 22:29:56 +0900
commit4b3ee155f916a60da34c4f3df72b83adc891779e (patch)
tree7e7722b31b0ef7eea6de1cc1fa6b875f3f0abaf9 /guides/source/active_record_querying.md
parent9fd6ccea03f97e9fe4d9ca48f0b90d7be3bc9d3b (diff)
downloadrails-4b3ee155f916a60da34c4f3df72b83adc891779e.tar.gz
rails-4b3ee155f916a60da34c4f3df72b83adc891779e.tar.bz2
rails-4b3ee155f916a60da34c4f3df72b83adc891779e.zip
Remove trailing spaces [ci skip]
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 53cacfa6ea..678b80516f 100644
--- a/guides/source/active_record_querying.md
+++ b/guides/source/active_record_querying.md
@@ -1393,7 +1393,7 @@ end
```
NOTE: The `default_scope` is also applied while creating/building a record
-when the scope arguments are given as a `Hash`. It is not applied while
+when the scope arguments are given as a `Hash`. It is not applied while
updating a record. E.g.:
```ruby