summaryrefslogtreecommitdiff
path: root/app/models/node.rb
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2010-01-14 22:21:43 +0100
committerhukl <contact@smyck.org>2010-01-14 22:21:43 +0100
commit57d1382013c85a7b11ac8ce5e683f6006b12b328 (patch)
tree19646c4fa5952fa1cf0a2c874952affa346373f1 /app/models/node.rb
parent1b86bf5f2e35d1820bfa32d979bcc2d9ff9a9a8e (diff)
Updated globalize2 to latest version. Modified existing code accoringly
Diffstat (limited to 'app/models/node.rb')
-rw-r--r--app/models/node.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/node.rb b/app/models/node.rb
index 4f67dcb..db44b71 100644
--- a/app/models/node.rb
+++ b/app/models/node.rb
@@ -25,7 +25,7 @@ class Node < ActiveRecord::Base
25 25
26 # Index for Fulltext Search 26 # Index for Fulltext Search
27 define_index do 27 define_index do
28 indexes head.globalize_translations.title 28 indexes head.translations.title
29 indexes slug 29 indexes slug
30 indexes unique_name 30 indexes unique_name
31 end 31 end