Module: Konsierge::Idempotency::Idempotentable

Extended by:
ActiveSupport::Concern
Defined in:
lib/konsierge/idempotency/idempotentable.rb

Instance Method Summary collapse

Instance Method Details

#idempotent_attributesObject



13
14
15
# File 'lib/konsierge/idempotency/idempotentable.rb', line 13

def idempotent_attributes
  attributes.slice(*self.class.idempotent_columns.map(&:to_s))
end