Skip to content

Commit

Permalink
fixes task serializer error
Browse files Browse the repository at this point in the history
  • Loading branch information
warp committed Jan 19, 2015
1 parent 416639f commit 35b8d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/polymorphic/task.rb
Expand Up @@ -34,7 +34,7 @@ class Task < ActiveRecord::Base
belongs_to :completor, class_name: "User", foreign_key: :completed_by
belongs_to :asset, polymorphic: true

serialize :subscribed_users, Set
serialize :subscribed_users, Array

# Tasks created by the user for herself, or assigned to her by others. That's
# what gets shown on Tasks/Pending and Tasks/Completed pages.
Expand Down

0 comments on commit 35b8d44

Please sign in to comment.