class Protobuf::ActiveRecord::AttributeTransformerError

Raised by `attribute_from_proto` when the transformer method given is not callable.

Public Instance Methods

message() click to toggle source
# File lib/protobuf/active_record/errors.rb, line 12
def message
  "Attribute transformers must be called with a callable or block!"
end