Skip to content

Enable frozen string in rest of app/models/**/*.rb

What does this MR do?

Finish enabling frozen string literals in app/models/**/*.rb.

Why was this MR needed?

Because frozen strings require fewer memory allocations, and memory efficiency is a good thing.

What are the relevant issue numbers?

Partially addresses #47424 (closed).

Suggested Reviewers/Approvers/Mergers

@stanhu @godfat @rymai

Merge request reports