Sha256: 17824a3d403e9b7ddcff3836a60793de0f5a991ea01e5d258a258a632b16dce5
Contents?: true
Size: 364 Bytes
Versions: 1
Compression:
Stored size: 364 Bytes
Contents
class WebBox < Liza::WebBox panel :rack do # Set up your rack panel per the DSL in http://guides.lizarb.org/panels/rack.html # set :files, App.root.join("web_files") # set :host, "localhost" # set :port, 3000 end panel :request do # Set up your request panel per the DSL in http://guides.lizarb.org/panels/request.html end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lizarb-1.0.3 | app/web_box.rb |