Sha256: 84e8995278e2130aa1ddb3b766c5be72bea2a881a0107a080c0c804aab3cd419
Contents?: true
Size: 351 Bytes
Versions: 9
Compression:
Stored size: 351 Bytes
Contents
require_relative '../helpers/indented_grid' Voom::Presenters.define(:hidden_fields) do helpers Demo::Helpers::IndentedGrid attach :top_nav attach :component_drawer indented_grid do headline 'Hidden' form do hidden_field name: :idoit_id do value 'do it!' end end attach :code, file: __FILE__ end end
Version data entries
9 entries across 9 versions & 1 rubygems