watchiot/watchiot-web

View on GitHub
app/controllers/errors_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
##
# Error controller
#
class ErrorsController < ApplicationController
  ##
  # Get 404
  #
  def routing
    render_404
  end
end