Methods

Class Index [+]

Quicksearch

Sequel::Plugins::UpdatePrimaryKey::ClassMethods

Public Instance Methods

call(h) click to toggle source

Cache the pk_hash when loading records

    # File lib/sequel/plugins/update_primary_key.rb, line 25
25:         def call(h)
26:           r = super(h)
27:           r.pk_hash
28:           r
29:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.