From cfbd73c9eaa196a65c90a98a410a18c3c444bc63 Mon Sep 17 00:00:00 2001 From: Vijay Dev Date: Sun, 9 Sep 2012 17:39:37 +0530 Subject: indent fix [ci skip] --- .../lib/active_record/connection_adapters/postgresql/quoting.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord') diff --git a/activerecord/lib/active_record/connection_adapters/postgresql/quoting.rb b/activerecord/lib/active_record/connection_adapters/postgresql/quoting.rb index 152258a2f4..85721601a9 100644 --- a/activerecord/lib/active_record/connection_adapters/postgresql/quoting.rb +++ b/activerecord/lib/active_record/connection_adapters/postgresql/quoting.rb @@ -9,7 +9,7 @@ module ActiveRecord # Unescapes bytea output from a database to the binary string it represents. # NOTE: This is NOT an inverse of escape_bytea! This is only to be used - # on escaped binary output from database drive. + # on escaped binary output from database drive. def unescape_bytea(value) PGconn.unescape_bytea(value) if value end -- cgit v1.2.3