として扱われます。'場所'の種類を認識できませんでした。私が宝石<code>activerecord-postgis-adapter</code>を使用しようとしていると私は、このコードを実行しようとすると、文字列
require 'active-record'
require 'pg'
require 'active record-postgis-adapter'
class Place < ActiveRecord::Base
record = Place.find(1)
line = record.location
puts line.srid
end
SRIDがactiverecord-postgis-adapter
の方法であり、ここで私が表示しようとしています私の地理的な列(場所)のsridしかしコンソールは私にFailed to recognize type of 'location'. It will be treated as String.
を伝え続けている。