Joe MooreJoe Moore
Standup 06/18/2007
edit Posted by Joe Moore on Monday June 18, 2007 at 08:15PM

Interesting Things

  • Rails has a handy convention/method-hook for turning an object into an URL parameter: implement to_param. ActiveRecord already does this by having to_param return the result of id.