diff --git a/app/models/card/promptable.rb b/app/models/card/promptable.rb index 526368740..d1e9e8a26 100644 --- a/app/models/card/promptable.rb +++ b/app/models/card/promptable.rb @@ -18,7 +18,7 @@ module Card::Promptable * Id: #{id} * Created by: #{creator.name}} - * Assigned to: #{assignees.map(&:name).join(", ")}} + * Assigned to: #{assignees.map(&:name).join(", ")} * Column: #{column_prompt_label} * Created at: #{created_at}} * Collection id: #{collection_id}