Skip to content

Instantly share code, notes, and snippets.

@tagrudev
Created December 10, 2012 12:49
Show Gist options
  • Save tagrudev/4250361 to your computer and use it in GitHub Desktop.
Save tagrudev/4250361 to your computer and use it in GitHub Desktop.
def get_model_name(item)
item.class.to_s == Car.to_s ? item.content.class.to_s : item.class.to_s
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment