method
unboundable?
rails latest stable - Class:
ActiveRecord::Relation::QueryAttribute
unboundable?()public
No documentation available.
# File activerecord/lib/active_record/relation/query_attribute.rb, line 46
def unboundable?
unless defined?(@_unboundable)
serializable? { |value| @_unboundable = value <=> 0 } && @_unboundable = nil
end
@_unboundable
end