Sha256: 7c3ab55839d0753788bf053da3aaf8fe46118b05f9d672d2a12f07782b78cd7b
Contents?: true
Size: 290 Bytes
Versions: 29
Compression:
Stored size: 290 Bytes
Contents
module GOVUKDesignSystemFormBuilder module Traits module HTMLAttributes using HTMLAttributesUtils def attributes(html_attributes = {}) options .deep_merge_html_attributes(html_attributes) .deep_tidy_html_attributes end end end end
Version data entries
29 entries across 29 versions & 2 rubygems