Exception: Protobuf::ActiveRecord::AttributeTransformerError
- Inherits:
-
ProtobufActiveRecordError
- Object
- StandardError
- ProtobufActiveRecordError
- Protobuf::ActiveRecord::AttributeTransformerError
- Defined in:
- lib/protobuf/active_record/errors.rb
Overview
Raised by ‘attribute_from_proto` when the transformer method given is not callable.
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
12 13 14 |
# File 'lib/protobuf/active_record/errors.rb', line 12 def "Attribute transformers must be called with a callable or block!" end |