Skip to content

Commit

Permalink
Fixes documentation for association on create.
Browse files Browse the repository at this point in the history
  • Loading branch information
JDutil committed Aug 18, 2011
1 parent 5e501e8 commit 6bc3b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/factory_girl/proxy.rb
Expand Up @@ -59,7 +59,7 @@ def run_callbacks(name)
# FactoryGirl.build(:post)
#
# # Builds and saves a User, builds a Post, assigns the User to the
# # author association, and saves the User.
# # author association, and saves the Post.
# FactoryGirl.create(:post)
#
def association(name, overrides = {})
Expand Down

0 comments on commit 6bc3b87

Please sign in to comment.