Skip to content

Instantly share code, notes, and snippets.

@awead
Last active October 21, 2015 19:51
Show Gist options
  • Save awead/39c0ba35dd91aa90a8d2 to your computer and use it in GitHub Desktop.
Save awead/39c0ba35dd91aa90a8d2 to your computer and use it in GitHub Desktop.
(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