mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-01 02:17:20 +00:00
3 lines
95 B
Ruby
3 lines
95 B
Ruby
Rails.application.config.generators do |g|
|
|
g.orm :active_record, primary_key_type: :uuid
|
|
end
|