class Locomotive::Search::ContentTypeReindexer

Public Instance Methods

perform(content_type_id) click to toggle source
# File lib/locomotive/search/content_type_reindexer.rb, line 2
def perform(content_type_id)
  Locomotive::ContentType.find(content_type_id).reindex
end