diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index a35b39a6..2176cbfb 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -25,7 +25,7 @@ class ApplicationController < ActionController::Base before_action :set_locale # Force SSL for loadbalancer configurations. - before_filter :redirect_to_https + before_action :redirect_to_https protect_from_forgery with: :exception diff --git a/app/views/shared/components/_recording_row.html.erb b/app/views/shared/components/_recording_row.html.erb index c567d771..b1489b53 100644 --- a/app/views/shared/components/_recording_row.html.erb +++ b/app/views/shared/components/_recording_row.html.erb @@ -38,7 +38,7 @@
<%= t("recording.table.users") %>
- <%= recording[:participants] %> + <%= recording[:participants] || "-" %>