Sequel::Model::Errors
ActiveModel compliant error class
Add autovivification so that #[] always returns an array.
# File lib/sequel/plugins/active_model.rb, line 22 def [](k) fetch(k){self[k] = []} end
[Validate]
Generated with the Darkfish Rdoc Generator 2.