Pablo Jairala
Pablo Jairala
Models
like ``` ruby result.thing = true result.save! ```
It'd be useful to have a class that defines the basic structure that an ES model should have within Waistband. It should include base stuff such as index definition, validations,...
I think it'd be useful to have an option in an index's config YML to define the index as having a "strict" mapping, meaning that if we try to write...