Mercurial > hg > soundsoftware-site
view db/migrate/.svn/text-base/20090318181151_extend_settings_name.rb.svn-base @ 448:0a5d997578da feature_36
Publications Controller: Edit vire now redirecting to the correct page after successful update action.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Wed, 08 Jun 2011 14:36:10 +0100 |
parents | 513646585e45 |
children |
line wrap: on
line source
class ExtendSettingsName < ActiveRecord::Migration def self.up change_column :settings, :name, :string, :limit => 255, :default => '', :null => false end def self.down raise ActiveRecord::IrreversibleMigration end end