app/controllers/workflow/user_controller.rb in voluntary-0.1.0.rc2 vs app/controllers/workflow/user_controller.rb in voluntary-0.1.0.rc3

- old
+ new

@@ -1,6 +1,7 @@ class Workflow::UserController < ApplicationController def index @assigned_tasks = Task.where(user_id: current_user.id, state: 'assigned') @completed_tasks = Task.complete.where(user_id: current_user.id) + @sidenav_links_count = 1 end end \ No newline at end of file