# File lib/hobo/extensions/active_record/associations/scope.rb, line 7 def construct_scope_with_scope s = construct_scope_without_scope s[:find][:scope] = @reflection.options[:scope] s end