Sha256: fec8fc6bd80b62eecf957fc38cf1d4759b84d505ab95fb50b69e6bd8728aa283
Contents?: true
Size: 207 Bytes
Versions: 6
Compression:
Stored size: 207 Bytes
Contents
<%= form_for post_form do |f| %> <p> <%= f.label :title %> <%= f.text_field :title %> </p> <p> <%= f.label :body %> <%= f.text_area :body %> </p> <p><%= f.submit %></p> <% end %>
Version data entries
6 entries across 6 versions & 1 rubygems