mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
fix for collection reject/select
This commit is contained in:
parent
8bc7f9c70a
commit
f8fa60d488
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ module Fog
|
|||
class_eval <<-RUBY
|
||||
def #{method}(*args)
|
||||
lazy_load
|
||||
self.class.new(:connection => self.connection).load(super)
|
||||
self.class.new(:connection => self.connection).load(self.map {|member| member.attributes})
|
||||
end
|
||||
RUBY
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue