Skip to content

Commit fd6de0f

Browse files
committed
Remove comment for pre-Rails 3.2 code
Corresponding code was removed in 689c76f.
1 parent 7d8b24a commit fd6de0f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/active_record_shards/association_collection_connection_selection.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ def initialize(association_collection, which)
3232
end
3333

3434
def method_missing(method, *args, &block) # rubocop:disable Style/MethodMissing
35-
# would love to not rely on version here, unfortunately @association_collection
36-
# is a sensitive little bitch of an object.
3735
reflection = @association_collection.proxy_association.reflection
3836
reflection.klass.on_cx_switch_block(@which) { @association_collection.send(method, *args, &block) }
3937
end

0 commit comments

Comments
 (0)