Module: Niceql::ErrorExt
- Defined in:
- lib/niceql.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
244 245 246 247 248 |
# File 'lib/niceql.rb', line 244 def to_s # older rails version do not provide sql as a standalone query, instead they # deliver joined message Niceql.config.prettify_pg_errors ? Prettifier.prettify_err(super, try(:sql) ) : super end |