Sha256: c7afa00d9b835d7248d648deaac64aabf5d375bc20b12775ec73762f9047dac9

Contents?: true

Size: 160 Bytes

Versions: 1

Compression:

Stored size: 160 Bytes

Contents

# coding: utf-8

class RinfoController < ApplicationController
  include Rails.application.routes.url_helpers

  def info
    render json: Rinfo.info
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rinfo-0.1.0 app/controllers/rinfo_controller.rb