Submit verification code
<%= form_for(resource, :as => resource_name, :url => [resource_name, :paranoid_verification_code], :html => { :method => :put }) do |f| %>
<%= devise_error_messages! %>
<%= f.label :paranoid_verification_code, 'Verification code' %>
<%= f.text_field :paranoid_verification_code, value: '' %>
<%= f.submit "Submit" %>
<% end %>