Eth3rnit3
9/1/2019 - 8:43 AM

tests_controller.rb

class Api::V1::TestsController < ApplicationController
  def index
    render json:  {users: ['John', 'Kate', 'Harry', 'Mary']}
  end
end