Posted By: Dr Nic Williams
Date: 2007-10-11 01:23
Summary: to_activerecord 0.2.0 Released
Project: Dr Nic's Utilities
to_activerecord version 0.2.0 has been released!
Find ActiveRecord instances via their ID value.
Now you can use 37.to_post instead of Post.find(37).
Used in conjunction with the map_by_method gem: [37,103].map_by_to_post
Changes:
## 0.2.0 2007-10-09
* Support for to_multi_part_class_name => MultiPartClassName
* String#to_xxx support |
|