aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/active_record_postgresql.md
diff options
context:
space:
mode:
authorप्रथमेश Sonpatki <csonpatki@gmail.com>2016-12-29 18:27:48 +0530
committerGitHub <noreply@github.com>2016-12-29 18:27:48 +0530
commit415e17d0b54681545d36a0f43d4cd8761de77bee (patch)
tree78d1a8a98c5d7cc42989c8e2096be1e24522d5b1 /guides/source/active_record_postgresql.md
parentaf885f108252faa1082784ce1a2eadaf1fe70e55 (diff)
downloadrails-415e17d0b54681545d36a0f43d4cd8761de77bee.tar.gz
rails-415e17d0b54681545d36a0f43d4cd8761de77bee.tar.bz2
rails-415e17d0b54681545d36a0f43d4cd8761de77bee.zip
Use proper output format [ci skip] (#27498)
Diffstat (limited to 'guides/source/active_record_postgresql.md')
-rw-r--r--guides/source/active_record_postgresql.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/active_record_postgresql.md b/guides/source/active_record_postgresql.md
index 58af2f82b3..6d07291b07 100644
--- a/guides/source/active_record_postgresql.md
+++ b/guides/source/active_record_postgresql.md
@@ -111,7 +111,7 @@ profile.settings = {"color" => "yellow", "resolution" => "1280x1024"}
profile.save!
Profile.where("settings->'color' = ?", "yellow")
-#=> #<ActiveRecord::Relation [#<Profile id: 1, settings: {"color"=>"yellow", "resolution"=>"1280x1024"}>]>
+# => #<ActiveRecord::Relation [#<Profile id: 1, settings: {"color"=>"yellow", "resolution"=>"1280x1024"}>]>
```
### JSON