Skip to content
Snippets Groups Projects
Commit 409cb04c authored by Teal's avatar Teal
Browse files

fix missing method

parent a92d8c7b
No related branches found
No related tags found
No related merge requests found
......@@ -11,13 +11,6 @@ class Session < ApplicationRecord
validates :ref_id, uniqueness: { scope: :conference_id }
after_update :notify_if_changed
after_update_commit -> {
Rails.logger.debug("session update commit")
broadcast_replace_to "sessions",
target: helpers.dom_id(@session),
partial: "sessions/session",
locals: { session: @session }
}
self.implicit_order_column = :starts_at
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment