saasbook

movie.rb

Mar 13th, 2014
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rails 0.10 KB | None | 0 0
  1. class Movie < ActiveRecord::Base
  2.   attr_accessible :title, :rating, :description, :release_date
  3. end
Add Comment
Please, Sign In to add comment