Rename attending_social_events_with_partner

This commit is contained in:
Matt Barringer 2013-02-06 20:26:41 +01:00
parent a8e2cd4ef9
commit 077036d67c
5 changed files with 12 additions and 4 deletions

View file

@ -0,0 +1,8 @@
class RenameAttendingSocialEventsWithPartner < ActiveRecord::Migration
def up
rename_column :registrations, :attending_social_events_with_partner, :attending_with_partner
end
def down
end
end