зеркало из https://github.com/microsoft/fog.git
fix select/reject for collections
This commit is contained in:
Родитель
5d4be6aa50
Коммит
60ac044718
|
@ -14,7 +14,8 @@ module Fog
|
|||
class_eval <<-RUBY
|
||||
def #{method}(*args)
|
||||
lazy_load
|
||||
self.class.new(:connection => self.connection).load(self.map {|member| member.attributes})
|
||||
data = super
|
||||
self.class.new(:connection => self.connection).load(data.map {|member| member.attributes})
|
||||
end
|
||||
RUBY
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче