Class: My::SharesController

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

Instance Method Summary collapse

Instance Method Details

#indexObject



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

def index
  super
  @selected_tab = 'shared'
end

#search_builder_classObject



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

def search_builder_class
  Sufia::MySharesSearchBuilder
end