Skip to content

Instantly share code, notes, and snippets.

@caok
Created November 15, 2014 08:39
Show Gist options
  • Save caok/7ffe50c5d930c50a77f5 to your computer and use it in GitHub Desktop.
Save caok/7ffe50c5d930c50a77f5 to your computer and use it in GitHub Desktop.
查找有engagements的project
Project.joins(:engagements).select(["projects.id", "projects.title", "engagements.id as eid"])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment