Commit 53efe4418d644b94e50c838f2a7d74c9470cd685
1 parent
3abcb222
Exists in
master
and in
29 other branches
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,7 +54,6 @@ class Category < ActiveRecord::Base | ||
| 54 | def display_in_menu? | 54 | def display_in_menu? |
| 55 | # FIXME don't hardcode like this. Should be a setting of the environment, maybe | 55 | # FIXME don't hardcode like this. Should be a setting of the environment, maybe |
| 56 | total_items >= 10 | 56 | total_items >= 10 |
| 57 | - true | ||
| 58 | end | 57 | end |
| 59 | 58 | ||
| 60 | end | 59 | end |