Sha256: f9c967742b6a7da0942029a93433dd34f25b09e86d169532ce4e3653edcbd14c
Contents?: true
Size: 322 Bytes
Versions: 59
Compression:
Stored size: 322 Bytes
Contents
<h1>New post</h1> <%= error_messages_for :post %> <% form_for(:post, :url => posts_path) do |f| %> <p> <b>Title</b><br /> <%= f.text_field :title %> </p> <p> <b>Body</b><br /> <%= f.text_area :body %> </p> <p> <%= submit_tag "Create" %> </p> <% end %> <%= link_to 'Back', posts_path %>
Version data entries
59 entries across 59 versions & 19 rubygems