Sha256: 83d731e13fcc04703b87e77e074c938d6fba05ea8724076c190968838b62f848
Contents?: true
Size: 188 Bytes
Versions: 32
Compression:
Stored size: 188 Bytes
Contents
module TryApi class ProjectsController < TryApi::ApplicationController def index @project = ConfigParser.read render json: {project: @project.to_json} end end end
Version data entries
32 entries across 32 versions & 1 rubygems