forms/order_sim/with_top_up.rb 🔗
@@ -6,3 +6,7 @@ field(
type: "fixed",
description: "with the rest coming from your balance"
)
+
+@fillable_fields.each do |f|
+ field(**f)
+end
Stephen Paul Weber created
forms/order_sim/with_top_up.rb | 4 ++++
1 file changed, 4 insertions(+)
@@ -6,3 +6,7 @@ field(
type: "fixed",
description: "with the rest coming from your balance"
)
+
+@fillable_fields.each do |f|
+ field(**f)
+end