class ActiveRecord::FixtureSet::TableRows

def model_metadata

Experimental RBS support (using type sampling data from the type_fusion project).

def model_metadata: () -> ActiveRecord::FixtureSet::ModelMetadata

This signature was generated using 9 samples from 1 application.

def model_metadata
  @model_metadata ||= ModelMetadata.new(model_class)
end