Skip to content

Instantly share code, notes, and snippets.

@unstablereality
Last active January 2, 2016 17:39
Show Gist options
  • Save unstablereality/8338143 to your computer and use it in GitHub Desktop.
Save unstablereality/8338143 to your computer and use it in GitHub Desktop.
def find_author(context)
context.present? && context.to_i != 0 ? @authors[context.to_i][:email] : nil
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment