lib/hyrax/collection_name.rb in hyrax-3.3.0 vs lib/hyrax/collection_name.rb in hyrax-3.4.0

- old
+ new

@@ -12,8 +12,10 @@ @i18n_key = :collection @param_key = 'collection' @plural = 'collections' @route_key = 'collections' @singular_route_key = 'collection' + @collection = 'collections' + @element = 'collection' end end end