Sha256: 9a23cbd470e05f3cd2462a5652f81ef2d101cd0661faf0cfc10cef52bedba205
Contents?: true
Size: 259 Bytes
Versions: 22
Compression:
Stored size: 259 Bytes
Contents
# This document describes the API for interacting with Pet resources class PetsController < ApplicationController # return a list of Pets # def index end # return a Pet # # @query_parameter [Integer] id The ID for the Pet def show end end
Version data entries
22 entries across 22 versions & 1 rubygems