saasbook

review.rb

Mar 13th, 2014
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.12 KB | None | 0 0
  1. class Review < ActiveRecord::Base
  2.   belongs_to :movie
  3.   belongs_to :moviegoer
  4.   attr_protected :moviegoer_id # see text
  5. end
Add Comment
Please, Sign In to add comment