instead of working with hashes like: ``` { title: "Title", value: "foo", short: true } ``` You should just be able to do `AttachmentField.create(title: "Title", value: "foo", short: true)`