From 0eac23c3e32906aec3cd3f3b21f624c801a16b19 Mon Sep 17 00:00:00 2001 From: Mario Visic Date: Mon, 5 Dec 2011 16:38:07 +0800 Subject: [PATCH] Added target custom fields to the content instance model. --- app/models/locomotive/content_instance.rb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app/models/locomotive/content_instance.rb b/app/models/locomotive/content_instance.rb index 5ce46de8..3a7050c6 100644 --- a/app/models/locomotive/content_instance.rb +++ b/app/models/locomotive/content_instance.rb @@ -5,11 +5,7 @@ module Locomotive include ::Mongoid::Timestamps ## extensions ## - # - # FIXME: I cannot find the module below defined in custom fields or the - # locomotive CMS engine. Please uncomment when the module is available - # - # include CustomFields::ProxyClassEnabler + include ::Mongoid::TargetCustomFields include Extensions::Shared::Seo ## fields (dynamic fields) ##