unicorn.git  about / heads / tags
Rack HTTP server for Unix and fast clients
blob f2569b3a77d624b4589df9e99bb231511923b2a5 103 bytes (raw)
$ git show 1.1.x-stable:t/rails3-app/app/controllers/application_controller.rb	# shows this blob on the CLI

1
2
3
4
 
class ApplicationController < ActionController::Base
  protect_from_forgery
  layout 'application'
end

git clone https://yhbt.net/unicorn.git