<%= f.label :title %> <%= f.text_field :title %>
<%= f.label :data %> <%= f.text_area :data %>
<%= f.submit 'Create' %>