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

Version Path
engrave-1.0.0 app/controllers/authors_controller.rb
engrave-0.0.5 app/controllers/authors_controller.rb
engrave-0.0.4 app/controllers/authors_controller.rb
engrave-0.0.3 app/controllers/authors_controller.rb
engrave-0.0.2 app/controllers/authors_controller.rb