Class: Garaj::Web

Inherits:
Sinatra::Base
  • Object
show all
Defined in:
lib/garaj/web.rb

Class Method Summary collapse

Class Method Details

.start(project_root) ⇒ Object



37
38
39
40
# File 'lib/garaj/web.rb', line 37

def self.start(project_root)
  set :project, Garaj::Project.new(project_root)
  run!
end