class ActiveRecord::Associations::BelongsToAssociation
def invertible_for?(record)
Experimental RBS support (using type sampling data from the type_fusion
project).
def invertible_for?: (User record) -> untyped
This signature was generated using 1 sample from 1 application.
def invertible_for?(record) inverse = inverse_reflection_for(record) inverse && (inverse.has_one? || inverse.klass.has_many_inversing) end