mirror of
https://github.com/we-promise/sure.git
synced 2026-04-17 11:04:14 +00: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 |