class Protobuf::ActiveRecord::FieldTransformerError
Raised by ‘field_from_record` when the convert method given not callable.
Public Instance Methods
Source
# File lib/protobuf/active_record/errors.rb, line 20 def message "Field transformers must be called with a callable or block!" end