Class: RinfoController

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

Instance Method Summary collapse

Instance Method Details

#infoObject



6
7
8
# File 'app/controllers/rinfo_controller.rb', line 6

def info
  render json: Rinfo.inform!
end