Skip to content

Commit

Permalink
Remove useless routing option
Browse files Browse the repository at this point in the history
Rails 8 adds additional route validation so this raise an exception.
  • Loading branch information
gbp committed Jan 13, 2025
1 parent 66fff23 commit 6b80efd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -684,8 +684,7 @@ def matches?(request)
post 'redeliver', :on => :member
end
resource :incoming_messages,
:controller => 'admin_incoming_message',
:only => [:bulk_destroy] do
:controller => 'admin_incoming_message' do
post 'bulk_destroy'
end
end
Expand Down

0 comments on commit 6b80efd

Please sign in to comment.