Skip to content

Instantly share code, notes, and snippets.

@kagemusha
Created June 12, 2012 17:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kagemusha/2918720 to your computer and use it in GitHub Desktop.
Save kagemusha/2918720 to your computer and use it in GitHub Desktop.
Metaget a Rails class with constantize
c. Rails 3.x
e.g. for a model User
class_name = "User"
klass = class_name.constantize
klass.find some_id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment