module Primer::Audited::Dsl

def audited_at(date = nil)

def audited_at(date = nil)
  return audit_date if date.nil?
  self.audit_date = date
end