method

primary_key_type

Importance_0
v7.1.3.2 - Show latest stable - 0 notes - Class: CreateActiveStorageVariantRecords
primary_key_type() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activestorage/db/update_migrate/20191206030411_create_active_storage_variant_records.rb, line 16
    def primary_key_type
      config = Rails.configuration.generators
      config.options[config.orm][:primary_key_type] || :primary_key
    end
Register or log in to add new notes.