Skip to content

Instantly share code, notes, and snippets.

@hmans
Created February 20, 2009 22:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hmans/67733 to your computer and use it in GitHub Desktop.
Save hmans/67733 to your computer and use it in GitHub Desktop.
def index
@users = User.latest.with_avatar
end
def random
@users = User.random.with_avatar.limit(21)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment