So i did a little search in this group and found the event code for
it.
Thanks to Yuki :
http://github.com/yuki/insoshi/tree/events_modification
But then when i try to install it i ran into this error when i did the
script/install
can i get a little help
== 20090218124612 AddLatLngAddressToPerson: migrating
=========================
-- add_column(:people, :lat, :float, {:default=>0})
-> 0.0076s
-- add_column(:people, :lng, :float, {:default=>0})
-> 0.0112s
-- add_column(:people, :full_address, :string)
-> 0.0081s
rake aborted!
uninitialized constant AddLatLngAddressToPerson::People
or this
== 20090218124612 AddLatLngAddressToPerson: migrating
=========================
-- add_column(:people, :lat, :float, {:default=>0})
rake aborted!
Mysql::Error: Duplicate column name 'lat': ALTER TABLE `people` ADD
`lat` float DEFAULT 0