lib/atome/genesis/genesis.rb in atome-0.5.6.3.6 vs lib/atome/genesis/genesis.rb in atome-0.5.6.3.9
- old
+ new
@@ -148,11 +148,12 @@
# collected_atomes = attached
attached.each do |attached_atome|
collected_atomes << attached_atome if grab(attached_atome).type.to_sym == element.to_sym
end
end
- group({ collect: collected_atomes })
-
+ # TODO/ FIXME : potential problem with group here"
+ # group({ collect: collected_atomes })
+ collected_atomes
end
end
# the method define below is the fastest params are passed directly
Atome.define_method "set_#{element}" do |params, &user_proc|