Module: CurateController

Extended by:
ActiveSupport::Concern
Includes:
BreadcrumbsOnRails::ActionController, Curate::ThemedLayoutController
Defined in:
app/controllers/concerns/curate_controller.rb

Instance Method Summary collapse

Methods included from Curate::ThemedLayoutController

#show_site_actions?, #show_site_search?

Instance Method Details

#sufiaObject

Please be sure to impelement current_user and user_session. Blacklight depends on these methods in order to perform user specific actions.



37
38
39
# File 'app/controllers/concerns/curate_controller.rb', line 37

def sufia
  self
end