Sha256: e70c6cfc9a559f4648fa5d58c9600d0c72d4a9e46cef32a46de1d0abe5e4e8e3
Contents?: true
Size: 346 Bytes
Versions: 51
Compression:
Stored size: 346 Bytes
Contents
module GOVUKDesignSystemFormBuilder module Traits module Supplemental def supplemental_id return if @block_content.blank? build_id('supplemental') end private def supplemental_content @supplemental_content ||= Containers::Supplemental.new(*bound, @block_content) end end end end
Version data entries
51 entries across 51 versions & 2 rubygems