Module: Niceql::ErrorExt

Defined in:
lib/niceql.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



140
141
142
143
144
145
146
# File 'lib/niceql.rb', line 140

def to_s
  if ActiveRecord::Base.configurations[Rails.env]['adapter'] == 'postgresql'
    Prettifier.prettify_err( super )
  else
    super
  end
end