Skip to content

Commit

Permalink
default to uuid in example application
Browse files Browse the repository at this point in the history
  • Loading branch information
skatkov committed May 14, 2024
1 parent 4277209 commit ba03a26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions example/config/initializers/generators.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Rails.application.config.generators do |g|
g.orm :active_record, primary_key_type: :uuid
end

0 comments on commit ba03a26

Please sign in to comment.