class ActiveRecord::Migration

def maintain_test_schema! # :nodoc:

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

def maintain_test_schema!: () -> nil

This signature was generated using 1 sample from 1 application.

:nodoc:
def maintain_test_schema! # :nodoc:
  if ActiveRecord.maintain_test_schema
    suppress_messages { load_schema_if_pending! }
  end
end