Class/Module Index [+]

Quicksearch

Sequel::Plugins::ForceEncoding::InstanceMethods

Public Instance Methods

merge_db_update(row) click to toggle source

Allow the force encoding plugin to work with the identity_map plugin by typecasting new values.

# File lib/sequel/plugins/force_encoding.rb, line 45
def merge_db_update(row)
  super(force_hash_encoding(row))
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.