forked from abak-press/apress-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: old UnproccesableError class does not work across alias
- Loading branch information
1 parent
dac3ab4
commit 6da5c9c
Showing
3 changed files
with
31 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 14 additions & 1 deletion
15
app/docs/swagger/v1/models/apress/api/unproccesable_error.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,14 @@ | ||
Swagger::V1::Models::Apress::Api::UnproccesableError = Swagger::V1::Models::Apress::Api::UnprocessableError | ||
module Swagger | ||
module V1 | ||
module Models | ||
module Apress | ||
module Api | ||
# Deprecated: Please use `UnprocessableError` instead | ||
class UnproccesableError < ::Apress::Api::Swagger::Schema | ||
include UnprocessableError::Schema | ||
end | ||
end | ||
end | ||
end | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters