New thumb

<%= error_messages_for :thumb %> <% form_for(:thumb, :url => thumbs_path, :html => { :multipart => true }) do |f| -%>

<%= f.file_field :uploaded_data %>

<%= submit_tag 'Create' %>

<% end -%> <%= link_to 'Back', thumbs_path %>