Closed scotdalton closed 9 years ago
I think this line should be @data.delete_if { |e| e.to_i == entity.dbid }
@data.delete_if { |e| e.to_i == entity.dbid }
I can submit a PR if you agree.
And thanks for the gem. It's great for learning datomic in a familiar setting.
Nvm. I think I'm just using it in the wrong way. Sorry for the noise.
I think this line should be
@data.delete_if { |e| e.to_i == entity.dbid }
I can submit a PR if you agree.
And thanks for the gem. It's great for learning datomic in a familiar setting.