Skip to content

Instantly share code, notes, and snippets.

@mohitmun
Last active February 4, 2018 16:34
Show Gist options
  • Select an option

  • Save mohitmun/9f29a4a3242a4ac68463e1f44732ebd7 to your computer and use it in GitHub Desktop.

Select an option

Save mohitmun/9f29a4a3242a4ac68463e1f44732ebd7 to your computer and use it in GitHub Desktop.
find_by equivaltent for json datatype
def self.find_byjs(hash)
User.where("(json_store ->> '#{hash.keys.first}') = ?", hash.values.first).last
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment