Jeff Hodges wrote:
Yeah, its in ActiveSupport (and in facets, iirc) like so: > "foo_bar".classify => "FooBar"
Mmmf.. what we actually need is "FooBar".underscore from it now that I've found the code in Widget.
Jeff Hodges wrote:
Yeah, its in ActiveSupport (and in facets, iirc) like so: > "foo_bar".classify => "FooBar"
Mmmf.. what we actually need is "FooBar".underscore from it now that I've found the code in Widget.