Guest User

Untitled

a guest
May 27th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. class Book < ActiveRecord::Base
  2. layout 'application'
  3.  
  4. has_one :publisher
  5. has_one :author
  6.  
  7. validates_presence_of :title
  8. validates_presence_of :isbn
  9.  
  10. end
Add Comment
Please, Sign In to add comment