Sha256: 08b9a00bc4e4bce482a9d0ff2b9f31ccd400e2f860dc30d79dfca72077cbb37f
Contents?: true
Size: 430 Bytes
Versions: 5
Compression:
Stored size: 430 Bytes
Contents
class TestFormotionScreen < PM::FormotionScreen title "Formotion Test" def table_data @data ||= { sections: [{ title: "Currency", key: :currency, select_one: true, rows: [{ title: "EUR", key: :eur, value: true, type: :check }, { title: "USD", key: :usd, type: :check }] }] } end end
Version data entries
5 entries across 5 versions & 1 rubygems