From 6fc59d38d82a6c974d8b431dc58fb73d0dac3879 Mon Sep 17 00:00:00 2001
From: Mo Omer <beancinematics@gmail.com>
Date: Wed, 1 Jan 2014 12:57:59 -0600
Subject: Removed elipsis indicating that the reader should have more code than
 what is pasted.

[ci skip]
---
 guides/source/getting_started.md | 2 --
 1 file changed, 2 deletions(-)

diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md
index cb1e25949a..0634c93712 100644
--- a/guides/source/getting_started.md
+++ b/guides/source/getting_started.md
@@ -1406,7 +1406,6 @@ class Post < ActiveRecord::Base
   has_many :comments
   validates :title, presence: true,
                     length: { minimum: 5 }
-  [...]
 end
 ```
 
@@ -1771,7 +1770,6 @@ class Post < ActiveRecord::Base
   has_many :comments, dependent: :destroy
   validates :title, presence: true,
                     length: { minimum: 5 }
-  [...]
 end
 ```
 
-- 
cgit v1.2.3