view db/migrate/20120826182012_change_column_name_to_conform_ar.rb @ 136:b327d80c5ff9

Fixed indentation and spaces.
author Edho Arief <edho@myconan.net>
date Mon, 12 Nov 2012 17:42:37 +0700
parents 42de15334db1
children 682abad78313
line wrap: on
line source

class ChangeColumnNameToConformAr < ActiveRecord::Migration
  def change
    rename_column :pastes, :hash, :paste_hash
  end
end