Created
April 19, 2019 17:01
-
-
Save awead/d987b79cac619c4a06ad4655dc3dd145 to your computer and use it in GitHub Desktop.
nil attributes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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