Fixing a bug introduced in f53af55a74

This commit is contained in:
Ancor Gonzalez Sosa 2013-07-15 16:07:23 +02:00
parent 84d30e13f0
commit b9cd54a256
2 changed files with 3 additions and 4 deletions

View file

@ -17,7 +17,6 @@ class Registration < ActiveRecord::Base
accepts_nested_attributes_for :social_events
alias_attribute :with_partner, :attending_with_partner
alias_attribute :social_events, :attending_social_events
alias_attribute :need_access, :handicapped_access_required
alias_attribute :other_needs, :other_special_needs
end
end