Guest User

Untitled

a guest
Jun 24th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. class NewsStory < ActiveRecord::Base
  2. has_many :comments, :as => :commentable, :dependent => :destroy
  3. belongs_to :user
  4. validates_presence_of :body, :title
  5. end
Add Comment
Please, Sign In to add comment