method

binds

rails latest stable - Class: ActiveRecord::Relation::FromClause

Method deprecated or moved

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

binds()
public

No documentation available.

# File activerecord/lib/active_record/relation/from_clause.rb, line 11
      def binds
        if value.is_a?(Relation)
          value.bound_attributes
        else
          []
        end
      end