method
unboundable?
rails latest stable - Class:
Arel::Predications
unboundable?(value)private
No documentation available.
# File activerecord/lib/arel/predications.rb, line 252
def unboundable?(value)
value.respond_to?(:unboundable?) && value.unboundable?
end