Skip to content

Instantly share code, notes, and snippets.

@israeljrs
Created November 4, 2018 21:27
Show Gist options
  • Save israeljrs/3af59d76edbe64c2a853247b2fbf6ce1 to your computer and use it in GitHub Desktop.
Save israeljrs/3af59d76edbe64c2a853247b2fbf6ce1 to your computer and use it in GitHub Desktop.
File to add support to uuid in rails apps add this file in config/initializer/uuid.rb
Rails.application.config.generators do |g|
g.orm :active_record, primary_key_type: :uuid
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment