Method: EndView::Bootstrap.form_modal
- Defined in:
- lib/end_view/bootstrap/form_modal.rb
.form_modal(*args, &b) ⇒ Object
5 6 7 |
# File 'lib/end_view/bootstrap/form_modal.rb', line 5 def self.form_modal(*args, &b) FormModal.render(*args, &b) end |