Class: ArgonApp
- Inherits:
-
Sinatra::Base
- Object
- Sinatra::Base
- ArgonApp
- Defined in:
- lib/server/app.rb
Class Method Summary collapse
Class Method Details
.config ⇒ Object
2 3 4 5 6 7 |
# File 'lib/server/app.rb', line 2 def self.config configure do set :root, ENV['project_root'] set :views, ENV['views_path'] end end |