Commit 0eb087ba082ef9cc75d3b1b25c73feebf0035400

Authored by AntonioTerceiro
1 parent 9eeb492c

ActionItem25: requiring acts_as_searchable in config



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1006 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
config/environment.rb
... ... @@ -78,3 +78,4 @@ Tag.hierarchical = true
78 78 require 'noosfero/transliterations'
79 79  
80 80 require 'acts_as_filesystem'
  81 +require 'acts_as_searchable'
... ...