Sha256: cd3587508cd4985d07c7c331af7ddddf37b2e3f7d9bd0033eda81d7a50f31b74
Contents?: true
Size: 270 Bytes
Versions: 9
Compression:
Stored size: 270 Bytes
Contents
module OasRails class OasRailsController < ApplicationController layout false def index respond_to do |format| format.html format.json do render json: OasRails.build.to_json, status: :ok end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems