1 Matching Annotations
- Aug 2023
-
edgeguides.rubyonrails.org edgeguides.rubyonrails.org
-
If you are using UUIDs instead of integers as the primary key on your models, you should set Rails.application.config.generators { |g| g.orm :active_record, primary_key_type: :uuid } in a config file.
-