%= form_for migration, url: migrations_path do |f| %>
<%= render 'new_errors', migration: migration %>
<%= f.text_area :raw_content, size: '60x20', disabled: true %>
<%= f.submit 'Create File', class: :pt_submit %>
<% end %>
<%= button_to 'Cancel', migrations_path, method: :get %>