mirror of
https://github.com/we-promise/sure.git
synced 2026-04-08 14:54:49 +00:00
* Basic listbox and popover controllers with temporary example * Separate select and menu controllers
6 lines
88 B
Ruby
6 lines
88 B
Ruby
module FormsHelper
|
|
def form_field_tag(&)
|
|
tag.div class: "form-field", &
|
|
end
|
|
end
|