1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-19 13:19:39 +02:00
Maybe/app/helpers/forms_helper.rb
Zach Gollwitzer 4f0b2de4ef
Consolidate dropdown controllers (#600)
* Basic listbox and popover controllers with temporary example

* Separate select and menu controllers
2024-04-03 17:32:27 -04:00

5 lines
88 B
Ruby

module FormsHelper
def form_field_tag(&)
tag.div class: "form-field", &
end
end