app/models/bigbluebutton_server.rb in bigbluebutton_rails-2.2.0 vs app/models/bigbluebutton_server.rb in bigbluebutton_rails-2.3.0

- old
+ new

@@ -55,10 +55,10 @@ before_save :check_for_version_update after_update :check_for_config_update # Schedules a recording update right after a recording server is added. after_create do - Resque.enqueue(::BigbluebuttonUpdateRecordings, self.id) + Resque.enqueue(::BigbluebuttonUpdateRecordingsWorker, self.id) end # In case there's no config created yet, build one. def config_with_initialize config_without_initialize || build_config(server: self)