Module: Stagehand
- Defined in:
- lib/stagehand.rb,
lib/stagehand/version.rb,
lib/stagehand/application.rb
Defined Under Namespace
Classes: Application
Constant Summary collapse
- VERSION =
'0.1.1'
Class Method Summary collapse
Class Method Details
.application ⇒ Object
2 3 4 5 6 |
# File 'lib/stagehand.rb', line 2 def self.application Rack::Builder.app do run Application end end |
.root ⇒ Object
8 9 10 |
# File 'lib/stagehand.rb', line 8 def self.root File.('../..', __FILE__) end |