Skip to content

Instantly share code, notes, and snippets.

@kneipp
Created August 2, 2012 15:29
Show Gist options
  • Save kneipp/3237925 to your computer and use it in GitHub Desktop.
Save kneipp/3237925 to your computer and use it in GitHub Desktop.
[rails] Pegando elementos aleatórios da Active Record
offset = rand(Banner.published.count)
@banner = Banner.published.first(:offset => offset)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment