Updated

db/migrate / 20151014152915_add_index_on_government_response_updated_at.rb

A
5 lines of codes
1 methods
1.0 complexity/method
1 churn
1.0 complexity
0 duplications
class AddIndexOnGovernmentResponseUpdatedAt < ActiveRecord::Migration
  1. AddIndexOnGovernmentResponseUpdatedAt has no descriptive comment
def change add_index :government_responses, :updated_at end end