Exception: Protobuf::ActiveRecord::FieldTransformerError
- Inherits:
-
ProtobufActiveRecordError
- Object
- StandardError
- ProtobufActiveRecordError
- Protobuf::ActiveRecord::FieldTransformerError
- Defined in:
- lib/protobuf/active_record/errors.rb
Overview
Raised by ‘field_from_record` when the convert method given not callable.
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
20 21 22 |
# File 'lib/protobuf/active_record/errors.rb', line 20 def "Field transformers must be called with a callable or block!" end |