Guest User

Untitled

a guest
Oct 17th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. @campaign = Campaign.new
  2. 10.times do
  3. q = Question.new
  4. 5.times do
  5. q.default_answers.build
  6. end
  7. @campaign.questions<<q
  8. end
Add Comment
Please, Sign In to add comment