Skip to content

Commit

Permalink
Stupid fix
Browse files Browse the repository at this point in the history
  • Loading branch information
houshuang committed Jul 22, 2015
1 parent e69d23c commit c25c244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/update_wk3.ex
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ How will your lesson allow for students to learn from their peers? How will you

def change_all_groups do
Survey.DesignGroup.get_all_active
|> Enum.map(fn x -> Survey.Job.add({Survey.Update, :change_group, [x]}) end)
|> Enum.map(fn x -> Survey.Job.add({Survey.Update.Wk3, :change_group, [x]}) end)
end
end

0 comments on commit c25c244

Please sign in to comment.