Skip to content

Instantly share code, notes, and snippets.

@abhianair
Created October 30, 2018 04:39
Show Gist options
  • Save abhianair/17793ad6041e8febccb47ef42bb96510 to your computer and use it in GitHub Desktop.
Save abhianair/17793ad6041e8febccb47ef42bb96510 to your computer and use it in GitHub Desktop.
take a username out of user's email in ERB
<%= @posts.user.email.split('@')[0].capitalize %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment