Flowdock
method

primary_key_type

Importance_0
v5.2.3 - Show latest stable - 0 notes - Class: ActiveRecord::Generators::Migration
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 activerecord/lib/rails/generators/active_record/migration.rb, line 21
        def primary_key_type
          key_type = options[:primary_key_type]
          ", id: :#{key_type}" if key_type
        end
Register or log in to add new notes.