File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
api/ruby/basics-of-authentication/views Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
< p >
15
15
<% if defined? private_emails %>
16
16
With your permission, we were also able to dig up your private email addresses:
17
- <%= private_emails . join ( ', ' ) %>
17
+ <%= private_emails . map { | private_email_address | private_email_address [ "email" ] } . join ( ', ' ) %>
18
18
<% else %>
19
19
Also, you're a bit secretive about your private email addresses.
20
20
<% end %>
Original file line number Diff line number Diff line change 14
14
< p >
15
15
<% if defined? private_emails %>
16
16
With your permission, we were also able to dig up your private email addresses:
17
- <%= private_emails . join ( ', ' ) %>
17
+ <%= private_emails . map { | private_email_address | private_email_address [ "email" ] } . join ( ', ' ) %>
18
18
<% else %>
19
19
Also, you're a bit secretive about your private email addresses.
20
20
<% end %>
You can’t perform that action at this time.
0 commit comments