valuable icon indicating copy to clipboard operation
valuable copied to clipboard

replace 'Class' with actual class name in this error

Open mustmodify opened this issue 10 years ago • 0 comments

class ConfirmationAide < Valuable
  has_value :confirmation, :klass => Confirmation
end

results in:

An exception occurred running at_exit handlers
    Class doesn't know how to format confirmation with :klass => "Confirmation" (ArgumentError)

but should be

ConfirmationAide doesn't know ...

mustmodify avatar Dec 04 '14 23:12 mustmodify