Skip to content

Instantly share code, notes, and snippets.

@TrevorS
Created October 2, 2014 13:11
Show Gist options
  • Save TrevorS/351eb66894ceb955aca6 to your computer and use it in GitHub Desktop.
Save TrevorS/351eb66894ceb955aca6 to your computer and use it in GitHub Desktop.
Find all modems from a distribution strand (joining nested associations).
Modem.joins(
network_access_point_port:
{ distribution_strand:
{ splitter_port: :splitter } } ).where('splitters.fiber_strand_id' => 121)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment