Guest User

Untitled

a guest
Apr 24th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. > p = Post.last
  2. > p.comment.create(...)
  3. > p.comments_count => 0
  4.  
  5.  
  6. > p.reload
  7. > p.comments_count => 1
Add Comment
Please, Sign In to add comment