module Avo::Concerns::HasDescription

def description_attributes

Override this method to add custom attributes to the description execution context.
def description_attributes
  {}
end