saasbook

movie_with_associations.rb

Aug 15th, 2013
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.20 KB | None | 0 0
  1. # place a copy of the following line anywhere inside the Movie class
  2. #  AND inside the Moviegoer class (idiomatically, it should go right
  3. #  after 'class Movie' or 'class Moviegoer'):
  4.   has_many :reviews
Add Comment
Please, Sign In to add comment