Skip to content
Snippets Groups Projects
Verified Commit f14da451 authored by tribut's avatar tribut :man_dancing:
Browse files

Fix typo

parent 415f9495
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ class AssignmentsController < ApplicationController
@user.assignments.each do |assignment|
session = assignment.session
assignees = session.assignments.map { |a| a.user.name }
desc [
desc = [
"Assignees: #{assignees.join(', ')}",
"Speakers: #{session.speakers.map(&:name).join(', ')}",
session.description
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment