mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-19 13:19:39 +02:00
* Basic listbox and popover controllers with temporary example * Separate select and menu controllers
5 lines
88 B
Ruby
5 lines
88 B
Ruby
module FormsHelper
|
|
def form_field_tag(&)
|
|
tag.div class: "form-field", &
|
|
end
|
|
end
|