Mercurial > zeropaste
view db/migrate/20120826182012_change_column_name_to_conform_ar.rb @ 197:af80541dc915
attr_accesible is no longer needed.
Never needed to begin with anyway because of how it's used in the
controller.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Wed, 08 May 2013 00:03:01 +0900 |
parents | 42de15334db1 |
children | 682abad78313 |
line wrap: on
line source
class ChangeColumnNameToConformAr < ActiveRecord::Migration def change rename_column :pastes, :hash, :paste_hash end end