mirror of
https://github.com/we-promise/sure
synced 2026-04-25 17:15:07 +02:00
3 lines
94 B
Ruby
3 lines
94 B
Ruby
Rails.application.config.generators do |g|
|
|
g.orm :active_record, primary_key_type: :uuid
|
|
end |