Sha256: dcf14a2c5b43f5ec6703fd380cc1b8a9e1da7f07055dfaa8dd9a4b9cf4fdac94
Contents?: true
Size: 378 Bytes
Versions: 1
Compression:
Stored size: 378 Bytes
Contents
class WebBox < Liza::WebBox configure :rack do # Configure 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 configure :request do # Configure 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.4 | app/web_box.rb |