Commit a1792191e94bba026e798297efe3327ab36d2247
1 parent
521efba0
Exists in
master
and in
29 other branches
ActionItem1: acts_as_ferret added
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@146 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
4 changed files
with
4 additions
and
7 deletions
Show diff stats
app/controllers/manage_tags_controller.rb
@@ -5,7 +5,6 @@ class ManageTagsController < ApplicationController | @@ -5,7 +5,6 @@ class ManageTagsController < ApplicationController | ||
5 | 5 | ||
6 | uses_flexible_template :owner => 'owner' | 6 | uses_flexible_template :owner => 'owner' |
7 | 7 | ||
8 | - | ||
9 | # Index redirects to list action without modifing the url | 8 | # Index redirects to list action without modifing the url |
10 | def index | 9 | def index |
11 | redirect_to :action => 'list' | 10 | redirect_to :action => 'list' |
app/views/manage_tags/list.rhtml
app/views/manage_tags/search.rhtml
lib/extended_tag.rb
@@ -13,7 +13,7 @@ class Tag | @@ -13,7 +13,7 @@ class Tag | ||
13 | end | 13 | end |
14 | end | 14 | end |
15 | 15 | ||
16 | -# acts_as_ferret :fields => [:name] | 16 | + acts_as_ferret :fields => [:name] |
17 | 17 | ||
18 | 18 | ||
19 | # Return all the tags that were suggested but not yet approved | 19 | # Return all the tags that were suggested but not yet approved |