#4 ✓resolved
nofxx

How to include the fu?

Reported by nofxx | November 29th, 2008 @ 01:55 AM | in Call me a plugin

Not good:

class Area < ActiveRecord::Base
  include PolygonFunctions
  has_area :geom
end

class Position < ActiveRecord::Base
  include PointFunctions
  has_point :geom
end

class Route < ActiveRecord::Base
  include LineStringFunctions
  has_line_string :geom
end

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

Postgis Adapter for ActiveRecord

People watching this ticket

Pages