6 7 8 9 10
# File 'app/controllers/rinfo_controller.rb', line 6 def info render json: Rinfo.inform! rescue render nothing: true, status: 404 end