clintongormley / Elastic-Model

Use ElasticSearch as a NoSQL database in Perl
9 stars 8 forks source link

Separate models share data #25

Closed clintongormley closed 11 years ago

clintongormley commented 11 years ago

Model metaclass attributes are being initialized from the same hashref, meaning that data (eg types in a namespace) are shared between independent models.