From aff73e094640b19cb1bdc975082be7b4767bf4bf Mon Sep 17 00:00:00 2001 From: Sean Griffin Date: Tue, 27 May 2014 13:08:13 -0700 Subject: Remove AR Properties from the public API Making this part of the public API was premature, let's make it private again while I continue to work on the surrounding code. --- activerecord/lib/active_record/connection_adapters/type/binary.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/lib/active_record/connection_adapters/type/binary.rb') diff --git a/activerecord/lib/active_record/connection_adapters/type/binary.rb b/activerecord/lib/active_record/connection_adapters/type/binary.rb index 60afe44de1..4b2d1a66e0 100644 --- a/activerecord/lib/active_record/connection_adapters/type/binary.rb +++ b/activerecord/lib/active_record/connection_adapters/type/binary.rb @@ -1,7 +1,7 @@ module ActiveRecord module ConnectionAdapters module Type - class Binary < Value + class Binary < Value # :nodoc: def type :binary end -- cgit v1.2.3