Sha256: bd51204cf604a14db0792de9be59043262eb89aed5e7cf085eb75494695256d9
Contents?: true
Size: 214 Bytes
Versions: 1
Compression:
Stored size: 214 Bytes
Contents
<%= bootstrap_form_for @book do |book| %> <%= book.text_field :title %> <%= book.fields_for :author do |author| %> <%= author.text_field :name, label: 'Author' %> <% end %> <%= book.submit %> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bootstrap_form_builder-0.0.1 | test/dummy/app/views/books/_form.html.erb |