Class: ArgonApp

Inherits:
Sinatra::Base
  • Object
show all
Defined in:
lib/server/app.rb

Class Method Summary collapse

Class Method Details

.configObject



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