Add some documentation to fast_pluck.rb

This commit is contained in:
riking 2015-05-14 21:15:33 -07:00
parent 2955507a57
commit 428ff097f1

View File

@ -5,6 +5,8 @@ require_dependency 'sql_builder'
class ActiveRecord::Relation
# Note: In discourse, the following code is included in lib/sql_builder.rb
#
# class RailsDateTimeDecoder < PG::SimpleDecoder
# def decode(string, tuple=nil, field=nil)
# if Rails.version >= "4.2.0"