Skip to content

Instantly share code, notes, and snippets.

@8vius
Created September 6, 2012 21:27
Show Gist options
  • Save 8vius/3660496 to your computer and use it in GitHub Desktop.
Save 8vius/3660496 to your computer and use it in GitHub Desktop.
def index
@posts = Post.all
respond_to do |format|
format.html
format.json { render json: @posts }
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment