Class: EndView::Bootstrap::LoginModal
- Inherits:
-
Object
- Object
- EndView::Bootstrap::LoginModal
- Defined in:
- lib/end_view/bootstrap/login_modal.rb
Instance Method Summary collapse
Instance Method Details
#render ⇒ Object
12 13 14 15 16 |
# File 'lib/end_view/bootstrap/login_modal.rb', line 12 def render FormModal.render(form_builder, modal_opts) do form_group(:email) << form_group(:password) end end |