Skip to content

Commit

Permalink
Remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
theseanything authored Aug 6, 2024
1 parent 17a5661 commit dad7a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
unless Rails.env.production?
get "/development", to: "development#index"
end

resources :browse, only: %i[index show], param: :top_level_slug do
get ":second_level_slug", on: :member, to: "second_level_browse_page#show"
end
Expand Down

0 comments on commit dad7a9c

Please sign in to comment.