mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 22:34:47 +00:00
root ➜ /workspace (fix-rubocop-issues) $ rubocop Inspecting 54 files ...................................................... 54 files inspected, no offenses detected
4 lines
95 B
Ruby
4 lines
95 B
Ruby
Rails.application.config.generators do |g|
|
|
g.orm :active_record, primary_key_type: :uuid
|
|
end
|