Skip to content

Instantly share code, notes, and snippets.

@beakr
Created April 30, 2012 17:17
Show Gist options
  • Save beakr/2560203 to your computer and use it in GitHub Desktop.
Save beakr/2560203 to your computer and use it in GitHub Desktop.
require 'socks/templates'
module Myapp
class App
include Socks::Templates
Router = HttpRouter.new do
# ...
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment