Remove unnecessary require from todos_helper.

git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@680 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
lukemelia 2007-12-10 16:36:06 +00:00
parent 6ff79354df
commit 00b9dd3292

View file

@ -1,6 +1,6 @@
module TodosHelper
require 'users_controller'
#require 'users_controller'
# Counts the number of incomplete items in the specified context
#
def count_items(context)