Skip to content

Commit

Permalink
Fix ignored attribute name
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaclayton committed Feb 17, 2012
1 parent 9c6c252 commit de007be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ This allows us to do:
```ruby
FactoryGirl.create(:user).posts.length # 0
FactoryGirl.create(:user_with_posts).posts.length # 5
FactoryGirl.create(:user_with_posts, :posts_length => 15).posts.length # 15
FactoryGirl.create(:user_with_posts, :posts_count => 15).posts.length # 15
```

Inheritance
Expand Down

0 comments on commit de007be

Please sign in to comment.