method

unboundable?

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

No documentation available.

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