20140428105831_add_notes_index_updated_at.rb 112 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 class AddNotesIndexUpdatedAt < ActiveRecord::Migration def change add_index :notes, :updated_at end end