Sha256: e10a1fa882dab10a4df77d0c8e419e30a6fd8eaf19e0d23aaf6a18367f3d5c90
Contents?: true
Size: 317 Bytes
Versions: 10
Compression:
Stored size: 317 Bytes
Contents
# frozen_string_literal: true module ActiveRecord # :nodoc: module ConnectionAdapters # :nodoc: module PostGIS # :nodoc: class Railtie < ::Rails::Railtie # :nodoc: rake_tasks do load "active_record/connection_adapters/postgis/databases.rake" end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems