Module: Yattho::Audited::Dsl

Extended by:
ActiveSupport::Concern
Included in:
Component
Defined in:
app/lib/yattho/audited/dsl.rb

Overview

DSL to register when a component has passed an accessibility audit.

Example:

class MyComponent < ViewComponent::Base

include Yattho::Audited::Dsl
audited_at 'YYYY-MM-DD'

end