Sha256: f3973c291bda32a89f34ad469ba791250059a19e95927a20f6b0809c7e3827d0
Contents?: true
Size: 375 Bytes
Versions: 3
Compression:
Stored size: 375 Bytes
Contents
require 'sinatra' module WhippedCream # A Sinatra application skeleton that is used to build up the web server # for this plugin. class Web < Sinatra::Application get '/' do erb :index end private def controls runner.plugin.controls end def runner Runner.instance end def title runner.name end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
whipped-cream-0.2.0.beta1 | lib/whipped-cream/web.rb |
whipped-cream-0.1.1 | lib/whipped-cream/web.rb |
whipped-cream-0.1.0 | lib/whipped-cream/web.rb |