mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-21 06:09:38 +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
|