README.rdoc in postgis_adapter-0.7.1 vs README.rdoc in postgis_adapter-0.7.2

- old
+ new

@@ -55,9 +55,16 @@ any other column of other basic data types. They can also be dumped in ruby schema mode and loaded in migrations the same way as columns of basic types. +=== Example App + +Simple rails app to demonstrate, check it out: + +http://github.com/nofxx/postgis_example + + === Model class TablePoint < ActiveRecord::Base end