Method: Sequel::Plugins::UpdatePrimaryKey::InstanceMethods#pk_hash

Defined in:
lib/sequel/plugins/update_primary_key.rb

#pk_hashObject

Use the cached primary key if one is present.



33
34
35
# File 'lib/sequel/plugins/update_primary_key.rb', line 33

def pk_hash
  @pk_hash || super
end