Method: ActiveRecord::SQLWarning#sql

Defined in:
activerecord/lib/active_record/errors.rb

#sqlObject

Returns the value of attribute sql.



307
308
309
# File 'activerecord/lib/active_record/errors.rb', line 307

def sql
  @sql
end