Class: RinfoController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- RinfoController
- Defined in:
- app/controllers/rinfo_controller.rb
Instance Method Summary collapse
Instance Method Details
#info ⇒ Object
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 |