Skip to content

Instantly share code, notes, and snippets.

@awead
Created April 19, 2019 17:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save awead/d987b79cac619c4a06ad4655dc3dd145 to your computer and use it in GitHub Desktop.
Save awead/d987b79cac619c4a06ad4655dc3dd145 to your computer and use it in GitHub Desktop.
nil attributes
Current:
> Schema::MetadataField.all.first.attributes
=> {:id=>#<Valkyrie::ID:0x007f86fc140250 @id="06de9786-ff39-401b-92f0-bf64bbaabeff">,
[...]
:default_value=>nil,
}
With RC4:
> Schema::MetadataField.all.first.attributes
=> {:id=>#<Valkyrie::ID:0x007fb548475978 @id="7e005395-7abf-41c4-ad2e-d1d2bc780590">,
[...]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment