From: George Moschovitis Date: 2006-07-30T16:12:29+09:00 Subject: Re: [ANN] Nitro/Og 0.31.0 > ...and it does seem to make sense, String is not a symbol... Sorry, I forgot to mention that this example works with the repository version (nitro/og 0.40.0). To make this work with the released version, replace attr_accessor with property. ie, class Content property :title, String end using attr_accessor is one of the many cool changes of the new version ;-) regards, George. PS: please notice that og automatically generates the schema for you, you dont have to initialize the database with sql code. -- http://www.gmosx.com http://www.nitroproject.org