From: Gavin Kistner Date: 2007-08-14T06:37:59+09:00 Subject: Re: Working with classname that is stored in a string > From: Glen Holcomb [mailto:damnbigman@gmail.com] > On 8/13/07, Sebastian Hungerecker wrote: > > I believe you are looking for const_get. > Thanks! In the Rails world (or ActiveSupport in general), see also the more robust #constantize method of strings: http://api.rubyonrails.com/classes/ActiveSupport/CoreExtensions/String/I nflections.html#M000434