Last active
October 21, 2015 19:51
-
-
Save awead/39c0ba35dd91aa90a8d2 to your computer and use it in GitHub Desktop.
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
(byebug) GenericFile.where(label: item['file']['filename']) | |
Findings from NSF Study | |
(byebug) item['file']['filename'] | |
(byebug) GenericFile.where(label: nil) | |
Findings from NSF Study | |
(byebug) item.class | |
String | |
(byebug) item["file"].class | |
String | |
(byebug) item["file"]["filename"].class | |
NilClass |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment