Skip to content

Instantly share code, notes, and snippets.

@remear
Created December 18, 2010 02:46
Show Gist options
  • Save remear/746076 to your computer and use it in GitHub Desktop.
Save remear/746076 to your computer and use it in GitHub Desktop.
if object.class.respond_to?(:model_name)
object.class.model_name.human
else
@object_name.to_s.humanize
end.titleize
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment