Skip to content

Instantly share code, notes, and snippets.

@lucasprag
Created September 15, 2017 17:28
Show Gist options
  • Save lucasprag/3ed77cbbaee3450c43972147d0d5a0ef to your computer and use it in GitHub Desktop.
Save lucasprag/3ed77cbbaee3450c43972147d0d5a0ef to your computer and use it in GitHub Desktop.
blog_controller.rb
class BlogController < ApplicationController
def index
@posts = Post.all
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment