drop dietary choices, social events, and html_export_path

This commit is contained in:
Stella Rouzi 2016-03-23 17:18:51 +02:00
parent 1fdd029a86
commit b9e10922ee
13 changed files with 315 additions and 39 deletions

View file

@ -12,7 +12,7 @@
# in table 'conferences' looks like a more simple and straightforward solution
#
class RevisionObserver < ActiveRecord::Observer
observe :conference, :event, :room, :social_event, :track
observe :conference, :event, :room, :track
def after_save(model)
begin