19 20 21 22 23
# File 'lib/end_view/bootstrap/simple_form_modal.rb', line 19 def render FormModal.render(id, form_builder, modal_opts) do attributes.map { |attribute| form_group(attribute) }.join end end