Sha256: 1bc78d87da8d30b6128f269f2b9332528ae6d2990788894a8114def619fe7e3e
Contents?: true
Size: 170 Bytes
Versions: 5
Compression:
Stored size: 170 Bytes
Contents
class AuthorsController < ApplicationController respond_to :html, :json def show @author = Author.find( params[:id] ) respond_with( @author ) end end
Version data entries
5 entries across 5 versions & 1 rubygems