Skip to content

Commit

Permalink
Enables user observer
Browse files Browse the repository at this point in the history
Signed-off-by: Akash Manohar J <akash@akash.im>
  • Loading branch information
HashNuke committed Apr 5, 2012
1 parent b7be7d6 commit 4d5cfa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/application.rb
Expand Up @@ -29,7 +29,7 @@ class Application < Rails::Application
# config.plugins = [ :exception_notification, :ssl_requirement, :all ]

# Activate observers that should always be running.
config.active_record.observers = [:activity_observer, :attachment_observer, :channel_observer]
config.active_record.observers = [:activity_observer, :attachment_observer, :channel_observer, :user_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.
Expand Down

0 comments on commit 4d5cfa7

Please sign in to comment.