Skip to content

Commit

Permalink
fix json render
Browse files Browse the repository at this point in the history
  • Loading branch information
tsaifi9 committed Sep 21, 2017
1 parent 074d6cf commit 8e1a737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/health_monitor/health_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def check
respond_to do |format|
format.html
format.json do
render json: statuses
render json: statuses.to_json
end
format.xml do
render xml: statuses
Expand Down

0 comments on commit 8e1a737

Please sign in to comment.