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
-
nofxx November 29th, 2008 @ 01:59 AM
- Milestone set to Call me a plugin
- State changed from new to open
-
nofxx November 29th, 2008 @ 01:59 AM
- Assigned user set to nofxx
-
nofxx November 30th, 2008 @ 04:57 AM
- State changed from open to resolved
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.
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