method

unboundable?

v6.1.3.1 - Show latest stable - Class: Arel::Visitors::ToSql
unboundable?(value)
private

No documentation available.

# File activerecord/lib/arel/visitors/to_sql.rb, line 784
        def unboundable?(value)
          value.respond_to?(:unboundable?) && value.unboundable?
        end