search for: 16d59db2

Displaying 1 result from an estimated 1 matches for "16d59db2".

2006 Jun 30
3
type casting
Hello, I have a user table linked to the login code that was in the "Agile" book. When someone signs in they are assigned to a group, such as "adult" or "teenager". I would like to take this group string and reference a table with "find_by_sql()" so that: (group.capitalize).find_by_sql() would work (and, of course, in the select request in the