Skip to content

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabe Berke-Williams committed Aug 30, 2011
1 parent 79a1d5e commit aadeb53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GETTING_STARTED.md
Expand Up @@ -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.

Expand Down

0 comments on commit aadeb53

Please sign in to comment.