method

unboundable?

unboundable?()
public

No documentation available.

# File activerecord/lib/arel/nodes/bind_param.rb, line 39
      def unboundable?
        value.respond_to?(:unboundable?) && value.unboundable?
      end