Method: Sequel::Plugins::UpdatePrimaryKey::InstanceMethods#after_update

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

#after_updateObject

Clear the cached primary key.



27
28
29
30
# File 'lib/sequel/plugins/update_primary_key.rb', line 27

def after_update
  super
  @pk_hash = nil
end