Methods

Class/Module Index [+]

Quicksearch

Sequel::Plugins::UpdatePrimaryKey::ClassMethods

Public Instance Methods

load(h) click to toggle source

Cache the pk_hash when loading records

# File lib/sequel/plugins/update_primary_key.rb, line 25
def load(h)
  r = super(h)
  r.pk_hash
  r
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.