1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2026-08-16 14:04:47 +02:00
Files
cheatsheets/simple_form.md
2015-11-24 15:30:42 +11:00

265 B

title
title
SimpleForm
<%= f.input :email, required: false, autofocus: true %>
<%= f.input :password, required: false %>
<%= f.input :remember_me, as: :boolean %>
<%= f.button :submit, "Sign in" %>
simple_form_for @x,
  wrapper: :small