# Instead of def guest_name guest.try(:name) end # Use delegate delegate :name, :to => :guest, :allow_nil => true
Post a Comment
No comments:
Post a Comment