Sha256: bfecfdb58d196ccb4301496029a692dba944aec6af3d05e2cba35e87b37f6e80
Contents?: true
Size: 383 Bytes
Versions: 46
Compression:
Stored size: 383 Bytes
Contents
module GOVUKDesignSystemFormBuilder module Traits module Supplemental def supplemental_id return nil if @block_content.blank? build_id('supplemental') end private def supplemental_content @supplemental_content ||= Containers::Supplemental.new(@builder, @object_name, @attribute_name, @block_content) end end end end
Version data entries
46 entries across 46 versions & 1 rubygems