Class: My::HighlightsController

Inherits:
MyController
  • Object
show all
Defined in:
app/controllers/my/highlights_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



7
8
9
10
# File 'app/controllers/my/highlights_controller.rb', line 7

def index
  super
  @selected_tab = 'highlighted'
end

#search_builder_classObject



3
4
5
# File 'app/controllers/my/highlights_controller.rb', line 3

def search_builder_class
  Sufia::MyHighlightsSearchBuilder
end