fununloaded/One_Eighty_Degrees_Consulting

View on GitHub
db/migrate/20160430012609_remove_essay_from_studentapplications.rb

Summary

Maintainability
A
0 mins
Test Coverage
class RemoveEssayFromStudentapplications < ActiveRecord::Migration
  def change
    remove_column :studentapplications, :essay, :string
  end
end