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

Version Path
try_api-0.1.18 app/controllers/try_api/projects_controller.rb
try_api-0.1.17 app/controllers/try_api/projects_controller.rb
try_api-0.1.16 app/controllers/try_api/projects_controller.rb
try_api-0.1.15 app/controllers/try_api/projects_controller.rb
try_api-0.1.14 app/controllers/try_api/projects_controller.rb
try_api-0.1.13 app/controllers/try_api/projects_controller.rb
try_api-0.1.12 app/controllers/try_api/projects_controller.rb
try_api-0.1.11 app/controllers/try_api/projects_controller.rb
try_api-0.1.10 app/controllers/try_api/projects_controller.rb
try_api-0.1.9 app/controllers/try_api/projects_controller.rb
try_api-0.1.8 app/controllers/try_api/projects_controller.rb
try_api-0.1.7 app/controllers/try_api/projects_controller.rb
try_api-0.1.6 app/controllers/try_api/projects_controller.rb
try_api-0.1.5 app/controllers/try_api/projects_controller.rb
try_api-0.1.4 app/controllers/try_api/projects_controller.rb
try_api-0.1.3 app/controllers/try_api/projects_controller.rb
try_api-0.1.2 app/controllers/try_api/projects_controller.rb
try_api-0.1.1 app/controllers/try_api/projects_controller.rb
try_api-0.1.0 app/controllers/try_api/projects_controller.rb
try_api-0.0.18 app/controllers/try_api/projects_controller.rb