method

interpolate_sql

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.0.0) is shown here.

interpolate_sql(sql)
protected

No documentation available.

# File activerecord/lib/active_record/associations.rb, line 2251
              def interpolate_sql(sql)
                instance_eval("%@#{sql.gsub('@', '\@')}@", __FILE__, __LINE__)
              end