Skip to content

Instantly share code, notes, and snippets.

@edlvj
Created October 4, 2019 14:05
Show Gist options
  • Save edlvj/383e7b43c462880ea9e26fff9508004f to your computer and use it in GitHub Desktop.
Save edlvj/383e7b43c462880ea9e26fff9508004f to your computer and use it in GitHub Desktop.
Note.where(notable_type: 'Establishment')
.joins(:note_type)
.group('notes.notable_id')
.count
.values
.max
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment