Big refactoring of registration

- Added datatable gem
- Addaed datatable to events, users (#422), registrations
This commit is contained in:
Chrisbr 2014-08-22 15:08:54 +02:00
parent 0f1051d24e
commit d21e19b977
34 changed files with 435 additions and 12988 deletions

View file

@ -28,6 +28,8 @@ class Registration < ActiveRecord::Base
alias_attribute :other_needs, :other_special_needs
validates_uniqueness_of :user_id, scope: :conference_id, message: 'already Registered!'
after_create :set_week
def week