mountetna / magma

Data server with friendly data loaders
GNU General Public License v2.0
5 stars 2 forks source link

Validate Magma::Attribute#type is a supported type #201

Closed alimi closed 4 years ago

alimi commented 4 years ago

This validation will stop attributes from being inserted into the database via Sequel if type is not a supported type.

Fixes #192