Fxed encoding error when uploading files with non-ascii characters.
This commit is contained in:
parent
bf1c2b5ed2
commit
3792069fda
2 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ class MoveWeeklyTasks < ActiveRecord::Migration
|
|||
private
|
||||
def weekly_task?(workgroup, task)
|
||||
return false if task.due_date.nil?
|
||||
|
||||
|
||||
group_task = {
|
||||
weekday: workgroup.weekday,
|
||||
name: workgroup.task_name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue