mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-24 15:49:39 +02:00
3 lines
No EOL
94 B
Ruby
3 lines
No EOL
94 B
Ruby
Rails.application.config.generators do |g|
|
|
g.orm :active_record, primary_key_type: :uuid
|
|
end |