From aadeb530caf8031d0c91bd3e67178578e6a09cfe Mon Sep 17 00:00:00 2001 From: Gabe Berke-Williams Date: Mon, 29 Aug 2011 21:17:09 -0300 Subject: [PATCH] Fix formatting. --- GETTING_STARTED.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GETTING_STARTED.md b/GETTING_STARTED.md index 93a42517d..4ffc45eae 100644 --- a/GETTING_STARTED.md +++ b/GETTING_STARTED.md @@ -166,8 +166,8 @@ There may be times where your code can be DRYed up by passing in transient attri end end -FactoryGirl.create(:user, :upcased => true).name -# => "JOHN DOE - ROCKSTAR" + FactoryGirl.create(:user, :upcased => true).name + #=> "JOHN DOE - ROCKSTAR" Static and dynamic attributes can be ignored. Ignored attributes will be ignored within attributes_for and won't be set on the model, even if the attribute exists or you attempt to override it.