.map -> .pluck
This commit is contained in:
parent
841e4fbd08
commit
c7a1779b22
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ class Milestone < ActiveRecord::Base
|
|||
end
|
||||
|
||||
def participants
|
||||
User.where(id: issues.map(&:assignee_id))
|
||||
User.where(id: issues.pluck(:assignee_id))
|
||||
end
|
||||
|
||||
def percent_complete
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue