Skip to content

Commit

Permalink
Add ActionDispatch::Http::MimeNegotiation::InvalidType
Browse files Browse the repository at this point in the history
  • Loading branch information
rhiroe committed Sep 24, 2024
1 parent f7684ee commit 8f078a7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions gems/actionpack/6.0/actiondispatch.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -227,3 +227,12 @@ module ActionDispatch
end
end
end

module ActionDispatch
module Http
module MimeNegotiation
class InvalidType < Mime::Type::InvalidMimeType
end
end
end
end

0 comments on commit 8f078a7

Please sign in to comment.