Skip to content

Instantly share code, notes, and snippets.

@ascsystems
Created March 6, 2014 08:56
Show Gist options
  • Select an option

  • Save ascsystems/9385664 to your computer and use it in GitHub Desktop.

Select an option

Save ascsystems/9385664 to your computer and use it in GitHub Desktop.
def gender
if definable.gender
g = definable.gender[0,1].downcase
"(#{h.content_tag :i, g })"
else
''
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment