view db/migrate/20120826182012_change_column_name_to_conform_ar.rb @ 160:3f02431cb17d

Added therubyrhino to remove the need of node.js when using jruby.
author Edho Arief <edho@myconan.net>
date Wed, 28 Nov 2012 09:45:36 -0800
parents 42de15334db1
children 682abad78313
line wrap: on
line source

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