Class: ActiveRecord::InvalidSpatialColumnType

Inherits:
ActiveRecordError
  • Object
show all
Defined in:
lib/active_record/postgresql_extensions/geometry.rb

Overview

:nodoc:

Instance Method Summary collapse

Constructor Details

#initialize(type) ⇒ InvalidSpatialColumnType

Returns a new instance of InvalidSpatialColumnType.



13
14
15
# File 'lib/active_record/postgresql_extensions/geometry.rb', line 13

def initialize(type)
  super("Invalid PostGIS spatial column type - #{type}")
end