From ed20b56becc02753c95e0cade9a907a5c67c2195 Mon Sep 17 00:00:00 2001 From: Francis Go Date: Fri, 27 Sep 2013 16:55:06 +1000 Subject: [PATCH] Add new line after create action on CommentsController code example --- guides/source/getting_started.md | 1 + 1 file changed, 1 insertion(+) diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index e7556111f8..400615878b 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -1816,6 +1816,7 @@ class CommentsController < ApplicationController @post = Post.find(params[:post_id]) ... end + # snipped for brevity ``` -- GitLab