Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. if @object.save
  2. Post.method_name(@object)
  3. end
  4.  
  5. def self.method_name(object)
  6. post_id = 1
  7. p = Post.new
  8. p.post_id = post_id
  9. p.save
  10. end
  11.  
  12. Validation failed: Post type is not included in the list
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement