Class: EndView::Bootstrap::LoginModal

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

Instance Method Summary collapse

Instance Method Details

#renderObject



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