mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-09 18:21:02 +00:00
3 lines
No EOL
96 B
Ruby
3 lines
No EOL
96 B
Ruby
Rails.application.config.generators do |g|
|
|
g.orm :active_record, primary_key_type: :uuid
|
|
end |