Sha256: c2685cd22144320c1620d037594d6757866341b823f74706743f6f97cac23f27
Contents?: true
Size: 297 Bytes
Versions: 22
Compression:
Stored size: 297 Bytes
Contents
class UsersController < ApplicationController def index render :json => { :hello => 'world' } end def show render :json => params end def create render :json => params end def update render :json => params end def destroy render :json => params end end
Version data entries
22 entries across 22 versions & 1 rubygems