Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:nofxx/postgis_adapter
Browse files Browse the repository at this point in the history
* 'master' of git@github.com:nofxx/postgis_adapter:
  Fixed dependency loading for Merb
  • Loading branch information
nofxx committed Feb 3, 2009
2 parents 5a9b71f + 6311506 commit b35b740
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/postgis_adapter.rb
Expand Up @@ -4,7 +4,8 @@
# Spatial Adapter PostGIS Adapter for ActiveRecord
#
#
#require 'active_record'
require 'activerecord'
require 'active_record/connection_adapters/postgresql_adapter'
require 'geo_ruby'
require 'postgis_adapter/common_spatial_adapter'
require 'postgis_functions'
Expand Down

0 comments on commit b35b740

Please sign in to comment.