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

Public Class Methods

new(msg) click to toggle source
Calls superclass method
# File lib/active_record/connection_adapters/postgresql/quoting.rb, line 8
def initialize(msg)
  super(msg)
end