Class: EndView::Bootstrap::SimpleFormModal

Inherits:
Object
  • Object
show all
Defined in:
lib/end_view/bootstrap/simple_form_modal.rb

Instance Method Summary collapse

Instance Method Details

#renderObject



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