Class: Hyrax::FileSetSearchBuilder
- Inherits:
-
SearchBuilder
- Object
- SearchBuilder
- Hyrax::FileSetSearchBuilder
- Includes:
- SingleResult
- Defined in:
- app/search_builders/hyrax/file_set_search_builder.rb
Instance Method Summary collapse
-
#models ⇒ Object
This overrides the models in FilterByType.
Methods included from SingleResult
Instance Method Details
#models ⇒ Object
This overrides the models in FilterByType
6 7 8 |
# File 'app/search_builders/hyrax/file_set_search_builder.rb', line 6 def models [::FileSet] end |