Updated

db/migrate / 20150622140322_change_internal_response_to_notes.rb

A
6 lines of codes
1 methods
2.0 complexity/method
1 churn
2.0 complexity
0 duplications
class ChangeInternalResponseToNotes < ActiveRecord::Migration
  1. ChangeInternalResponseToNotes has no descriptive comment
def change rename_column :petitions, :internal_response, :admin_notes remove_column :petitions, :response_required, :boolean, default: false end end