mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-02 02:47:27 +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 |