aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMo Omer <beancinematics@gmail.com>2014-01-01 12:57:59 -0600
committerRafael Mendonça França <rafaelmfranca@gmail.com>2014-01-01 19:00:57 -0200
commit6fc59d38d82a6c974d8b431dc58fb73d0dac3879 (patch)
tree13180ec70d2aae9eba9698c70993fb5b6c4768ce
parent0b4905d0d5df1a44988ee7e23c9a17356049f81f (diff)
downloadrails-6fc59d38d82a6c974d8b431dc58fb73d0dac3879.tar.gz
rails-6fc59d38d82a6c974d8b431dc58fb73d0dac3879.tar.bz2
rails-6fc59d38d82a6c974d8b431dc58fb73d0dac3879.zip
Removed elipsis indicating that the reader should have more code than what is pasted.
[ci skip]
-rw-r--r--guides/source/getting_started.md2
1 files changed, 0 insertions, 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
```