Skip to content

Instantly share code, notes, and snippets.

@NaiyaShah-BTC
Created April 8, 2019 09:25
Show Gist options
  • Select an option

  • Save NaiyaShah-BTC/b5ab4a92dd20ec6d0e813ce951fed29b to your computer and use it in GitHub Desktop.

Select an option

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