Skip to content

Instantly share code, notes, and snippets.

@theycallmeswift
Created February 5, 2013 15:30
Show Gist options
  • Save theycallmeswift/4715151 to your computer and use it in GitHub Desktop.
Save theycallmeswift/4715151 to your computer and use it in GitHub Desktop.
class PostsController < 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