Public Instance methods
after_update
()
[show source]
# File lib/sequel/plugins/update_primary_key.rb, line 35 def after_update super @pk_hash = nil pk_hash end
pk_hash
()
Cache the pk_hash instead of generating it every time
[show source]
# File lib/sequel/plugins/update_primary_key.rb, line 42 def pk_hash @pk_hash ||= super end