saasbook

movie_with_associations.rb

Jan 10th, 2012
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.15 KB | None | 0 0
  1. # place the following line anywhere inside the Movie class (idiomatically,
  2. #  it should go right after the 'class Movie' statement):
  3.   has_many :reviews
Add Comment
Please, Sign In to add comment