From 2b205c8fa7bf9ed876b59c0e14c06696ce3fc6b7 Mon Sep 17 00:00:00 2001 From: Sharang Dashputre Date: Mon, 25 Mar 2019 12:37:28 +0530 Subject: Format 'RETURNING' text in the docs [ci skip] --- activerecord/lib/active_record/persistence.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/activerecord/lib/active_record/persistence.rb b/activerecord/lib/active_record/persistence.rb index ba03a3773a..7705cefa59 100644 --- a/activerecord/lib/active_record/persistence.rb +++ b/activerecord/lib/active_record/persistence.rb @@ -88,7 +88,7 @@ module ActiveRecord # (Postgres-only) An array of attributes to return for all successfully # inserted records, which by default is the primary key. # Pass returning: %w[ id name ] for both id and name - # or returning: false to omit the underlying RETURNING SQL + # or returning: false to omit the underlying RETURNING SQL # clause entirely. # # [:unique_by] @@ -157,7 +157,7 @@ module ActiveRecord # (Postgres-only) An array of attributes to return for all successfully # inserted records, which by default is the primary key. # Pass returning: %w[ id name ] for both id and name - # or returning: false to omit the underlying RETURNING SQL + # or returning: false to omit the underlying RETURNING SQL # clause entirely. # # ==== Examples @@ -205,7 +205,7 @@ module ActiveRecord # (Postgres-only) An array of attributes to return for all successfully # inserted records, which by default is the primary key. # Pass returning: %w[ id name ] for both id and name - # or returning: false to omit the underlying RETURNING SQL + # or returning: false to omit the underlying RETURNING SQL # clause entirely. # # [:unique_by] -- cgit v1.2.3