Method: Primer::Alpha::ActionList.custom_element_name
- Defined in:
- app/components/primer/alpha/action_list.rb
permalink .custom_element_name ⇒ Object
:nocov:
48 49 50 |
# File 'app/components/primer/alpha/action_list.rb', line 48 def self.custom_element_name @custom_element_name ||= name.split("::").last.underscore.dasherize end |