Skip to content

Instantly share code, notes, and snippets.

Created October 30, 2011 15:47
Show Gist options
  • Select an option

  • Save anonymous/1326045 to your computer and use it in GitHub Desktop.

Select an option

Save anonymous/1326045 to your computer and use it in GitHub Desktop.
Index Action
def index
@links = Link.order('created_at DESC')
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment