Skip to content

Instantly share code, notes, and snippets.

@brateq
Created August 3, 2020 11:55
Show Gist options
  • Save brateq/376b2135b4ef279a2eedf4c87cda4e93 to your computer and use it in GitHub Desktop.
Save brateq/376b2135b4ef279a2eedf4c87cda4e93 to your computer and use it in GitHub Desktop.
Query for records with Active Storage attachment checksum
User.joins(:image_blob).where(active_storage_blobs: { checksum: 'oWPoAOg89F+8FLgcXpiJtQ==' })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment