Methods

Class Public methods

new(msg)

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

Definition files