Class: Sufia::HomepageSearchBuilder

Inherits:
SearchBuilder
  • Object
show all
Includes:
CurationConcerns::FilterByType
Defined in:
app/search_builders/sufia/homepage_search_builder.rb

Overview

Added to allow for the My controller to show only things I have edit access to

Instance Method Summary collapse

Methods inherited from SearchBuilder

#show_only_resources_deposited_by_current_user

Instance Method Details

#only_works?Boolean

Returns:

  • (Boolean)


6
7
8
# File 'app/search_builders/sufia/homepage_search_builder.rb', line 6

def only_works?
  true
end