fiuba/alfred

View on GitHub
app/controllers/health.rb

Summary

Maintainability
A
0 mins
Test Coverage
Alfred::App.controllers :health do

  get :index do
    content_type:'json'
    { product_version: Version.current, customizer: "#{Alfred::App.customizer.class.to_s}" }.to_json
  end


end