Sha256: a496a540aa3a8eb538c626719e324bbc6c262bb53cc0e7ebd9e92947cf52b565
Contents?: true
Size: 247 Bytes
Versions: 2
Compression:
Stored size: 247 Bytes
Contents
module ActiveGeoDb # This class maintains connections to OpenGeoDb database using ActiveRecord class ConnectionProvider < ::ActiveRecord::Base # Tell ActiveRecord to NOT to look for an appropriate table abstract_class = true end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
active_geo_db-0.0.2 | lib/active_geo_db/connection_provider.rb |
active_geo_db-0.0.1 | lib/active_geo_db/connection_provider.rb |