Skip to content

Commit

Permalink
fix: move UnproccesableError alias to a separate file
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Galkin committed Dec 9, 2016
1 parent b24ac1d commit 3a4459f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Swagger::V1::Models::Apress::Api::UnproccesableError = Swagger::V1::Models::Apress::Api::UnprocessableError
2 changes: 0 additions & 2 deletions app/docs/swagger/v1/models/apress/api/unprocessable_error.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ class UnprocessableError < ::Apress::Api::Swagger::Schema
end
end
end

UnproccesableError = UnprocessableError
end
end
end
Expand Down

0 comments on commit 3a4459f

Please sign in to comment.