lib/atome/genesis/genesis.rb in atome-0.5.6.6.9 vs lib/atome/genesis/genesis.rb in atome-0.5.6.7.3

- old
+ new

@@ -98,10 +98,10 @@ computed_params = send("set_#{element}", params, &user_proc) # sent to : create_particle / Atome.define_method "set_#{element}" # we historicize all write action below # we add the changes to the stack that must be synchronised - Universe.historicize(@aid, :write, element, params) + # Universe.historicize(@aid, :write, element, params) computed_params elsif params || params == false "send a valid password to write #{element} value" elsif read_auth(element) # particle getter below