Skip to Content Skip to Search

class ActiveRecord::ConnectionAdapters::PostgreSQL::Quoting::IntegerOutOf64BitRange

Inherits From

Public class methods

Source code GitHub
# File activerecord/lib/active_record/connection_adapters/postgresql/quoting.rb, line 64
def initialize(msg)
  super(msg)
end

Definition files