Skip to content

Commit

Permalink
mount active storage explicitely in routes
Browse files Browse the repository at this point in the history
  • Loading branch information
mortbauer committed Feb 19, 2024
1 parent 798a862 commit 6385ab3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
Rails.application.routes.draw do
mount Rswag::Ui::Engine => '/api-docs'
mount Rswag::Api::Engine => '/api-docs'
mount ActiveStorage::Engine, at: '/rails/active_storage'

get 'order_comments/new'

get 'comments/new'
Expand Down

0 comments on commit 6385ab3

Please sign in to comment.