Skip to content

Instantly share code, notes, and snippets.

@Prorok64b
Last active May 20, 2019 20:45
Show Gist options
  • Save Prorok64b/b31fb20f7e84ff8b011581f9f6aa9e18 to your computer and use it in GitHub Desktop.
Save Prorok64b/b31fb20f7e84ff8b011581f9f6aa9e18 to your computer and use it in GitHub Desktop.
rails relations limit
has_many(
:posts,
-> { where(public: true, disabled: 0) }
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment