Sha256: d0628472b7b5f64a4c404bf22c3b53552186f1fd5b2f1d07581c6d8373175070
Contents?: true
Size: 143 Bytes
Versions: 2
Compression:
Stored size: 143 Bytes
Contents
module Kosher class Invalid < StandardError def initialize(record) super(record.errors.full_messages.join(", ")) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
kosher-0.10.0 | lib/kosher/invalid.rb |
kosher-0.9.1 | lib/kosher/invalid.rb |