lib/munge/routers/add_index_html.rb in munge-0.5.0 vs lib/munge/routers/add_index_html.rb in munge-0.6.0
- old
+ new
@@ -1,6 +1,6 @@
module Munge
- module Router
+ module Routers
class AddIndexHtml
def initialize(html_extensions:, index:)
@html_extensions = html_extensions
@index = index
end