search for: 502b6a1d

Displaying 1 result from an estimated 1 matches for "502b6a1d".

2006 Aug 02
1
Object is populated but attributes are unavailable
Will someone please tell me why this code... -------------------------------------------- def test org = Organization.find(1) write_log("Org: #{org.inspect}") write_log("Org name: #{org.org_name}") end ---------------------------------------------- ...is returning the blank org_name below? Am I accessing the object''s attribute wrong?