position column is Point. For now i'm using a personnalized point class which i load into character model: composed_of :position, :class_name => "Point", :mapping => %w(position point)
It work properly, but i'm affraid when i'll need to use some pgsql geometric functions/operator it return me errors... -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

