Skip to content

Instantly share code, notes, and snippets.

@starwels
Last active March 17, 2020 13:05
Show Gist options
  • Save starwels/82a1e863f053534c5f4ea6b6262e234d to your computer and use it in GitHub Desktop.
Save starwels/82a1e863f053534c5f4ea6b6262e234d to your computer and use it in GitHub Desktop.
class PostsController < ApplicationController
def index
@posts = Post.all.order(id: :asc)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment