Sha256: 5b435f5e4f1166a60765d7a8afb8a5c8572c389e9ec1bcfff340a41825682047
Contents?: true
Size: 196 Bytes
Versions: 58
Compression:
Stored size: 196 Bytes
Contents
class UsersController < ApplicationController respond_to :html, :json def show @widget = { id: params[:id], name: "User #{params[:id]}" } # sleep 1 respond_with @widget end end
Version data entries
58 entries across 58 versions & 1 rubygems