Ruby on Rails Saturday, October 1, 2011

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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment