module Emque::Producing::MessageWithChangeset::ClassMethods
Public Instance Methods
translate_changeset_attrs(attrs = {})
click to toggle source
# File lib/emque/producing/message/message_with_changeset.rb, line 5 def translate_changeset_attrs(attrs = {}) @attrs_to_translate ||= {} @attrs_to_translate.merge!(attrs) end