EGI-FCTF/rOCCI-server

View on GitHub
app/controllers/server_model_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class ServerModelController < ApplicationController
  # GET /-/
  # GET /.well-known/org/ogf/occi/-/
  def show
    # TODO: filtering via headers?
    respond_with server_model
  end
end