Creating a Model file in a Rails application, the resulting class implements the ApplicationRecord interface. I cannot find any documentation for ApplicationRecord; the only thing that comes up is ActiveRecord, which I assume is an earlier, deprecated version. Looking through the documentation, it is not clear to me what kind of data structure this is. Am I correct in assuming that calling find() on this always takes constant time without regard to the amount of data?
↧