modules_controller.rb 170 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 require 'json' class ModulesController < ApplicationController # GET /modules/metric_history def metric_history render :json => {mk: "monkey"}.to_json end end