From 356bfad3232e10ab361a968f18f104480d86c4cb Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Mon, 22 Oct 2007 19:37:40 +0000 Subject: [PATCH] ActionItem14: putting ferret back --- app/models/profile.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/models/profile.rb b/app/models/profile.rb index a5b4b05..fe5a610 100644 --- a/app/models/profile.rb +++ b/app/models/profile.rb @@ -28,8 +28,7 @@ class Profile < ActiveRecord::Base acts_as_design - # FIXME: ferret is causing a strange bug - # acts_as_ferret :fields => [ :name ] + acts_as_ferret :fields => [ :name ] # Valid identifiers must match this format. IDENTIFIER_FORMAT = /^[a-z][a-z0-9_]*[a-z0-9]$/ -- libgit2 0.21.2