app/models/ckeditor/asset.rb in georgia-0.7.5 vs app/models/ckeditor/asset.rb in georgia-0.7.6
- old
+ new
@@ -1,11 +1,7 @@
class Ckeditor::Asset < ActiveRecord::Base
include Georgia::Indexer::Adapter
- is_searchable({
- solr: Georgia::Indexer::SolrAdapter::CkeditorAssetExtension,
- tire: Georgia::Indexer::TireAdapter::CkeditorAssetExtension,
- })
# to allow media_path in to_jq_upload
include Georgia::Engine.routes.url_helpers
include Ckeditor::Orm::ActiveRecord::AssetBase
\ No newline at end of file