From 2a6e10ee9d7d00b523843b07c842d3cba77875a2 Mon Sep 17 00:00:00 2001 From: Jason Denney Date: Thu, 21 Nov 2013 20:35:23 -0500 Subject: [PATCH] Disabling by default was just annoying --- app/components/tasks.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/components/tasks.rb b/app/components/tasks.rb index 3956250..6ce8a8f 100644 --- a/app/components/tasks.rb +++ b/app/components/tasks.rb @@ -2,8 +2,6 @@ class Tasks < Netzke::Basepack::Grid def configure(c) super - #disable by default, will be enabled once bike is clicked - c.disabled = true task_list_id = nil if session[:selected_bike_id] task_list_id = Bike.find_by_id(session[:selected_bike_id]).task_list.id