Created
September 9, 2009 18:57
-
-
Save jstewart/183975 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
Code: | |
base.before_validation do |review| | |
review.design = review.moderation.design | |
end | |
Test: | |
it "validates presence of design_id" do | |
@review.should validate_presence_of(:design_id, @design.id) | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment