Commit 53efe4418d644b94e50c838f2a7d74c9470cd685

Authored by AntonioTerceiro
1 parent 3abcb222

ActionItem392: removing incorrectly added hardcoded =true=


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1853 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
app/models/category.rb
... ... @@ -54,7 +54,6 @@ class Category < ActiveRecord::Base
54 54 def display_in_menu?
55 55 # FIXME don't hardcode like this. Should be a setting of the environment, maybe
56 56 total_items >= 10
57   - true
58 57 end
59 58  
60 59 end
... ...