Class: Spotlight::FeaturePagesController

Inherits:
PagesController show all
Defined in:
app/controllers/spotlight/feature_pages_controller.rb

Overview

CRUD actions for feature pages

Instance Method Summary collapse

Methods inherited from PagesController

#create, #destroy, #edit, #index, #new, #preview, #show, #update, #update_all

Methods included from Base

#autocomplete_json_response, #autocomplete_json_response_for_document, #blacklight_config

Methods included from Config

#exhibit_specific_blacklight_config

Methods included from Concerns::ApplicationController

#enabled_in_spotlight_view_type_configuration?, #field_enabled?

Methods included from Controller

#blacklight_config, #current_exhibit, #current_masthead, #current_masthead=, #current_site, #default_url_options, #exhibit_masthead?, #exhibit_search_action_url, #exhibit_search_facet_url, #resource_masthead?, #search_action_url, #search_facet_url, #set_exhibit_locale_scope, #set_locale

Instance Method Details

#cloneObject

We’re oddly getting an unknown action error w/o explicitly defining this here



12
13
14
# File 'app/controllers/spotlight/feature_pages_controller.rb', line 12

def clone
  super
end