Add 'revision' attribute to Conference, managed by an observer
This commit is contained in:
parent
27017a4823
commit
d648ab7cb5
4 changed files with 34 additions and 1 deletions
|
|
@ -25,6 +25,7 @@ module Osem
|
|||
|
||||
# Activate observers that should always be running.
|
||||
# config.active_record.observers = :cacher, :garbage_collector, :forum_observer
|
||||
config.active_record.observers = :revision_observer
|
||||
|
||||
# Set Time.zone default to the specified zone and make Active Record auto-convert to this zone.
|
||||
# Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue