Class: RinfoController

Inherits:
ApplicationController show all
Defined in:
app/controllers/rinfo_controller.rb

Instance Method Summary collapse

Instance Method Details

#infoObject



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