Created
April 24, 2013 10:53
-
-
Save jalada/5451308 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
trait :is_a_sponsor do | |
after(:create) do |user, evaluator| | |
user.sponsor = FactoryGirl.create :sponsor, user: user unless user.sponsor | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment