class AddIndexToNeed < ActiveRecord::Migration def change add_index :needs, :title end end