Guest User

Untitled

a guest
Feb 25th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. post = Post.new(group: nil) # post with group, group have name field
  2.  
  3. post.try(:group).try(:name)
  4.  
  5. # => nil
Add Comment
Please, Sign In to add comment