Skip to content

Instantly share code, notes, and snippets.

@adamakhtar
Created September 1, 2012 06:23
Show Gist options
  • Save adamakhtar/3565546 to your computer and use it in GitHub Desktop.
Save adamakhtar/3565546 to your computer and use it in GitHub Desktop.
resource_name = if resource.class.respond_to?(:model_name)
resource.class.model_name.human
else
resource.class.name.underscore.humanize
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment