method

build_point

rails latest stable - Class: ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Rails51Point

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v5.0.0.1) is shown here.

build_point(x, y)
private

No documentation available.

# File activerecord/lib/active_record/connection_adapters/postgresql/oid/rails_5_1_point.rb, line 43
          def build_point(x, y)
            ActiveRecord::Point.new(Float(x), Float(y))
          end