<%= f.label :ticket_id %> <%= f.text_field :ticket_id %>
<%= f.label :body %> <%= f.text_area :body %>
<%= f.submit 'Create' %>