Skip to content

Instantly share code, notes, and snippets.

@NaiyaShah-BTC
Created April 8, 2019 09:25
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 NaiyaShah-BTC/b5ab4a92dd20ec6d0e813ce951fed29b to your computer and use it in GitHub Desktop.
Save NaiyaShah-BTC/b5ab4a92dd20ec6d0e813ce951fed29b to your computer and use it in GitHub Desktop.
# best
# Will return value of name or nil
properties.dig(:user, :profile, :name)
# Will return true or false
properties.dig(:user, :profile, :name).present?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment