Commit 356bfad3232e10ab361a968f18f104480d86c4cb

Authored by AntonioTerceiro
1 parent 1c9f77f2

ActionItem14: putting ferret back



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@810 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 1 additions and 2 deletions   Show diff stats
app/models/profile.rb
... ... @@ -28,8 +28,7 @@ class Profile < ActiveRecord::Base
28 28  
29 29 acts_as_design
30 30  
31   - # FIXME: ferret is causing a strange bug
32   - # acts_as_ferret :fields => [ :name ]
  31 + acts_as_ferret :fields => [ :name ]
33 32  
34 33 # Valid identifiers must match this format.
35 34 IDENTIFIER_FORMAT = /^[a-z][a-z0-9_]*[a-z0-9]$/
... ...