aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorUģis Ozols <ugis.ozolss@gmail.com>2013-08-07 15:57:47 +0300
committerUģis Ozols <ugis.ozolss@gmail.com>2013-08-07 16:06:10 +0300
commitc44f919890cd4e46b0420caa5fdf96c8e65af4a5 (patch)
treefe38eec557731bc8e83141aee533fe568f1a4eda /lib
parentfaa6922bf8d71ae5c481afcbc7b2e54ec18e6930 (diff)
downloadrefinerycms-blog-c44f919890cd4e46b0420caa5fdf96c8e65af4a5.tar.gz
refinerycms-blog-c44f919890cd4e46b0420caa5fdf96c8e65af4a5.tar.bz2
refinerycms-blog-c44f919890cd4e46b0420caa5fdf96c8e65af4a5.zip
Use refinerycms-acts-as-indexed for search functionality.
Also simplify index views for posts, categories and comments by removing redundant code.
Diffstat (limited to 'lib')
-rw-r--r--lib/refinery/blog.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/refinery/blog.rb b/lib/refinery/blog.rb
index 3fc0ce1..c86f43b 100644
--- a/lib/refinery/blog.rb
+++ b/lib/refinery/blog.rb
@@ -2,7 +2,6 @@ require 'refinerycms-core'
require 'refinerycms-settings'
require 'filters_spam'
require 'rails_autolink'
-require 'acts_as_indexed'
require 'friendly_id'
module Refinery