Commit 95b2871187b3e8fb60f71185c50af04a77efb84b

Authored by MoisesMachado
1 parent c7499f41

acts_as_taggable_on_steroids added and made hierarchical

git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@14 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
config/environment.rb
... ... @@ -52,3 +52,5 @@ end
52 52  
53 53 # Include your application configuration below
54 54 require 'gettext/rails'
  55 +
  56 +Tag.hierarchical = true
... ...