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