method

to_sql

rails latest stable - Class: ActiveRecord::NullRelation

Method deprecated or moved

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

to_sql()
public

No documentation available.

# File activerecord/lib/active_record/null_relation.rb, line 41
    def to_sql
      ""
    end